Rearrange source to src dir.
[redakcja.git] / src / wiki / templates / wiki / tabs / source_editor.html
diff --git a/src/wiki/templates/wiki/tabs/source_editor.html b/src/wiki/templates/wiki/tabs/source_editor.html
new file mode 100644 (file)
index 0000000..9b22825
--- /dev/null
@@ -0,0 +1,5 @@
+{% load toolbar_tags i18n %}
+<div id="source-editor" class="editor">
+    {% if not readonly %}{% toolbar %}{% endif %}
+    <textarea id="codemirror_placeholder">&lt;br/&gt;</textarea>
+</div>