Librarian in regular requirements.
[redakcja.git] / apps / wiki / templates / wiki / tabs / wysiwyg_editor.html
1 {% load i18n %}
2 <div id="simple-editor" class="editor" style="display: none">
3     <div id="html-view" class="htmlview">
4     </div>
5
6         <div class="toolbar">
7         {% if not readonly %}
8         <button id="insert-theme-button">
9             {% trans "Insert theme" %}
10         </button>
11         <button id="insert-annotation-button">
12             {% trans "Insert annotation" %}
13         </button>
14                 {% endif %}
15         <div class="toolbar-end">
16         </div>
17     </div>
18 </div>