X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/33bd7ddbe67e3ddc5c4b6422ec641b5093b7fd5c..825884d5336fece8448c24c002ddae8a93dca50d:/platforma/templates/wiki/document_details.html?ds=sidebyside diff --git a/platforma/templates/wiki/document_details.html b/platforma/templates/wiki/document_details.html index ebb7242e..9fabcff4 100644 --- a/platforma/templates/wiki/document_details.html +++ b/platforma/templates/wiki/document_details.html @@ -1,129 +1,51 @@ {% extends "base.html" %} +{% load toolbar_tags %} {% block extrahead %} + + - - - + + + {% endblock %} {% block maincontent %} - -
-
-
- {{ form.text }} - {# #} - {#

Autor: {{ form.author }}

#} - {#

Komentarz: {{ form.comment }}

#} - {#

#} -
+
+ +
+
+
+ {% toolbar %} + {{ form.text }} + + + + +
+ +
- -
+
{% endblock %} \ No newline at end of file