Metadata editing: auto-add record and more suggestions.
[redakcja.git] / src / wiki / templates / wiki / document_details.html
index 4455e4d..f3efc62 100644 (file)
 {% endblock %}
 
 {% block dialogs %}
-    {% include "wiki/save_dialog.html" %}
-    {% include "wiki/revert_dialog.html" %}
-    {% if can_pubmark %}
-        {% include "wiki/pubmark_dialog.html" %}
-    {% endif %}
+  {% include "wiki/save_dialog.html" %}
+  {% include "wiki/revert_dialog.html" %}
+  {% if can_pubmark %}
+    {% include "wiki/pubmark_dialog.html" %}
+  {% endif %}
+{% endblock %}
+
+
+{% block meta-extra %}
+  <span data-key="full-uri">{{ chunk.book.correct_about }}</span>
 {% endblock %}