Merge branch 'production'
[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 document_info.readonly %}{% toolbar %}{% endif %}
4     <textarea id="codemirror_placeholder">&lt;br/&gt;</textarea>
5     <!-- <input type="hidden" name="name" value="{{ document.name }}" />
6         <input type="hidden" name="author" value="annonymous" />
7         <input type="hidden" name="comment" value="no comment" />
8         <input type="hidden" name="revision" value="{{ document_info.revision }}" />
9         -->
10 </div>