mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-02-08 12:27:35 +00:00
Revert "Added some test pages showing different ways pages could be edited. This probably wants removing soon"
This reverts commit 2af88353f3.
This commit is contained in:
@@ -2,17 +2,6 @@
|
||||
{% block title %}Edit Cave - {{cave.official_name|safe}} - {{cave.kataster_number}}{% endblock %}
|
||||
{% block extraheaders %}
|
||||
{% include 'html_editor_scripts_css.html' %}
|
||||
<script src="https://cdn.tiny.cloud/1/ib8fvyuhkhhdyt25zh35cbdo1gwvocm8w89e9vu3wf2107t4/tinymce/5/tinymce.min.js" referrerpolicy="origin"></script>
|
||||
<script>
|
||||
tinyMCE.init({
|
||||
mode: "textareas",
|
||||
plugins: "spellchecker,directionality,paste,searchreplace",
|
||||
language: "{{ language }}",
|
||||
directionality: "{{ directionality }}",
|
||||
spellchecker_languages : "{{ spellchecker_languages }}",
|
||||
spellchecker_rpc_url : "{{ spellchecker_rpc_url }}"
|
||||
});
|
||||
</script>
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<h1>Edit Cave - {{cave.official_name|safe}} - {{cave.kataster_number}}</h1>
|
||||
|
||||
Reference in New Issue
Block a user