X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/57d1397f78113cec462ac3316d8cd01b29a6d5c3..82d463191442b0931e0c51c0cf4c2ef1383b400b:/project/templates/explorer/file_xml.html?ds=sidebyside diff --git a/project/templates/explorer/file_xml.html b/project/templates/explorer/file_xml.html index 18866d2b..b78e3dee 100644 --- a/project/templates/explorer/file_xml.html +++ b/project/templates/explorer/file_xml.html @@ -1,22 +1,18 @@ {% extends "base.html" %} +{% load toolbar_tags %} {% block extrahead %} - + + + @@ -68,7 +114,7 @@ {% block breadcrumbs %}Platforma Redakcyjna ❯ plik {{ hash }}{% endblock breadcrumbs %} {% block maincontent %} -
ŹródłoHTML
 
+ {% toolbar %}
@@ -86,7 +132,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 %}