X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/57d1397f78113cec462ac3316d8cd01b29a6d5c3..cd1cb90a5b2c292e273087b872b8c8e9efd79a0e:/project/templates/explorer/file_xml.html diff --git a/project/templates/explorer/file_xml.html b/project/templates/explorer/file_xml.html index 18866d2b..314c08e3 100644 --- a/project/templates/explorer/file_xml.html +++ b/project/templates/explorer/file_xml.html @@ -1,21 +1,16 @@ {% extends "base.html" %} +{% load toolbar_tags %} {% block extrahead %} - + + @@ -68,7 +110,7 @@ {% block breadcrumbs %}Platforma Redakcyjna ❯ plik {{ hash }}{% endblock breadcrumbs %} {% block maincontent %} -
ŹródłoHTML
 
+ {% toolbar %}
@@ -86,7 +128,12 @@
{{ form.user.errors }} {{ form.commit_message.errors }} -

Użytkownik: {{ form.user }} Opis zmian: {{ form.commit_message }}

+

+ Użytkownik: {{ form.user }} + Opis zmian: {{ form.commit_message }} + + Nie synchronizuj przewijania +

{% endblock maincontent %}