Merge master into img-playground. Image support with new management features. Missing...
[redakcja.git] / apps / 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>