Rearrange source to src dir.
[redakcja.git] / src / wiki / templates / wiki / tabs / source_editor.html
1 {% load toolbar_tags i18n %}
2 <div id="source-editor" class="editor">
3     {% if not readonly %}{% toolbar %}{% endif %}
4     <textarea id="codemirror_placeholder">&lt;br/&gt;</textarea>
5 </div>