Rearrange source to src dir.
[redakcja.git] / apps / wiki / templates / wiki / tabs / wysiwyg_editor.html
diff --git a/apps/wiki/templates/wiki/tabs/wysiwyg_editor.html b/apps/wiki/templates/wiki/tabs/wysiwyg_editor.html
deleted file mode 100644 (file)
index 9f6232c..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-{% load i18n %}
-<div id="simple-editor" class="editor" style="display: none">
-    <div id="html-view" class="htmlview">
-    </div>
-
-       <div class="toolbar">
-       {% if not document_info.readonly %}
-        <button id="insert-theme-button">
-            {% trans "Insert theme" %}
-        </button>
-        <button id="insert-annotation-button">
-            {% trans "Insert annotation" %}
-        </button>
-        <button id="insert-symbol-button">
-            {% trans "Insert special character" %}
-        </button>
-               {% endif %}
-        <div class="toolbar-end">
-        </div>
-    </div>
-</div>