X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/0beb0bf8e1f061894f48523e5d134c6b923f4c32..4251322e9eb5dfbe3ab182fecaafd4c7a5a85b83:/project/templates/explorer/file_xml.html diff --git a/project/templates/explorer/file_xml.html b/project/templates/explorer/file_xml.html index e9cd85c0..fe7e0c0e 100644 --- a/project/templates/explorer/file_xml.html +++ b/project/templates/explorer/file_xml.html @@ -1,101 +1,48 @@ {% extends "base.html" %} {% block extrahead %} - - + + + + {% endblock extrahead %} {% block breadcrumbs %}Platforma Redakcyjna ❯ plik {{ hash }}{% endblock breadcrumbs %} +{% block header-toolbar %} + +{% endblock %} {% block maincontent %} -
ŹródłoHTML
 
- -
- - -
- {{ form.user.errors }} {{ form.commit_message.errors }} -

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

- {% endblock maincontent %}