X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/a85a7611b3634a92b827142f0abc6800395f8446..3f5216d836005f94da0d2dbe8f2cf520fb9f20a0:/data/templates/edit.htm diff --git a/data/templates/edit.htm b/data/templates/edit.htm index 6f59309..542bb34 100644 --- a/data/templates/edit.htm +++ b/data/templates/edit.htm @@ -1,11 +1,18 @@ {% extends "base.htm" %} {% block title %}Edit paste{% endblock %} +{% block meta %} + +{% endblock %} + {% block content %} -
-
- +
+ +
+ +
+
{% for fileid, file in repo.getFiles %} @@ -14,19 +21,29 @@ {% include 'edit-add.htm' %} -
-
-
+
+ -
+
+ {% include 'edit-add-button.htm' %} +
+
-
+ +{% endblock %} + +{% block sidebar %} + {% include 'display-sidebar-history.htm' %} {% endblock %}