X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/c52436a7e25876ee3509df2467c2a9ef33303436..8132fc186eb0c5fd02c86828c3a4735754296d02:/apps/wiki/templates/wiki/document_details.html diff --git a/apps/wiki/templates/wiki/document_details.html b/apps/wiki/templates/wiki/document_details.html index 22e07e12..2211c0a3 100644 --- a/apps/wiki/templates/wiki/document_details.html +++ b/apps/wiki/templates/wiki/document_details.html @@ -1,124 +1,50 @@ -{% extends "base.html" %} -{% load toolbar_tags %} -{% block title %}{{ document.name }} - {{ block.super }}{% endblock %} -{% block extrahead %} -{% load compressed %} -{% compressed_css 'detail' %} -{% endblock %} +{% extends "wiki/document_details_base.html" %} +{% load i18n %} {% block extrabody %} - - -{% compressed_js 'detail' %} + {% endblock %} -{% block maincontent %} -
-
- -

- Ładowanie -

-
-
- - - - -
-
-
- {% toolbar %} - - -
- - {% include "wiki/history_view.html" %} - {% include "wiki/summary_view.html" %} +{% block splitter-extra %} +
+

-
- - -{% include "wiki/save_dialog.html" %} -{% include "wiki/tag_dialog.html" %} -{% endblock %} \ No newline at end of file +
+{% endblock %} + +{% block dialogs %} + {% include "wiki/save_dialog.html" %} + {% include "wiki/revert_dialog.html" %} + {% include "wiki/tag_dialog.html" %} + {% if can_pubmark %} + {% include "wiki/pubmark_dialog.html" %} + {% endif %} +{% endblock %}