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