New tool: annotations from current text (fixes #862)
[redakcja.git] / apps / wiki / templates / wiki / tabs / annotations_view.html
1 {% load i18n %}
2 <div id="side-annotations">
3     <!-- annotations toolbar -->
4     <div class="toolbar">
5         <button class="refresh">{% trans "Refresh" %}</button>
6         <div class="toolbar-end">
7         </div>
8     </div>
9     <div class="error-message">
10     </div>
11     <div class="annotations-list">
12     </div>
13 </div>