New tool: annotations from current text (fixes #862)
[redakcja.git] / apps / wiki / templates / wiki / tabs / annotations_view.html
diff --git a/apps/wiki/templates/wiki/tabs/annotations_view.html b/apps/wiki/templates/wiki/tabs/annotations_view.html
new file mode 100644 (file)
index 0000000..56c41b7
--- /dev/null
@@ -0,0 +1,13 @@
+{% load i18n %}
+<div id="side-annotations">
+    <!-- annotations toolbar -->
+    <div class="toolbar">
+        <button class="refresh">{% trans "Refresh" %}</button>
+        <div class="toolbar-end">
+        </div>
+    </div>
+    <div class="error-message">
+    </div>
+    <div class="annotations-list">
+    </div>
+</div>