X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/084544e4f7c9269b1445a9e5109fa641a3e1aaac..6da03c3c5f257a0123cd283469459668fd653fe4:/platforma/templates/wiki/document_details.html diff --git a/platforma/templates/wiki/document_details.html b/platforma/templates/wiki/document_details.html index 7a2aa4bb..742566d3 100644 --- a/platforma/templates/wiki/document_details.html +++ b/platforma/templates/wiki/document_details.html @@ -1,27 +1,50 @@ {% extends "base.html" %} +{% load toolbar_tags %} {% block extrahead %} + + - + + + {% endblock %} {% block maincontent %}
- {{ form.as_p }} -

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