Rearrange source to src dir.
[redakcja.git] / apps / wiki / templates / wiki / tabs / source_editor.html
diff --git a/apps/wiki/templates/wiki/tabs/source_editor.html b/apps/wiki/templates/wiki/tabs/source_editor.html
deleted file mode 100644 (file)
index 72d881c..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-{% load toolbar_tags i18n %}
-<div id="source-editor" class="editor">
-    {% if not document_info.readonly %}{% toolbar %}{% endif %}
-    <textarea id="codemirror_placeholder">&lt;br/&gt;</textarea>
-    <!-- <input type="hidden" name="name" value="{{ document.name }}" />
-       <input type="hidden" name="author" value="annonymous" />
-       <input type="hidden" name="comment" value="no comment" />
-       <input type="hidden" name="revision" value="{{ document_info.revision }}" />
-       -->
-</div>
\ No newline at end of file