You will find only what you bring in.
[redakcja.git] / src / wiki / templates / wiki / tabs / wysiwyg_editor.html
1 {% load i18n %}
2 <div id="simple-editor" class="editor" style="display: none">
3   <div class="navbar navbar-dark bg-secondary">
4     <div class="nav">
5       {% if not readonly %}
6         <button class="btn btn-info mr-2" id="insert-theme-button">
7           {% trans "Insert theme" %}
8         </button>
9         <button class="btn btn-info" id="insert-annotation-button">
10           {% trans "Insert annotation" %}
11         </button>
12         {% endif %}
13     </div>
14   </div>
15   <div id="html-view" class="htmlview">
16   </div>
17 </div>