X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/a85a7611b3634a92b827142f0abc6800395f8446..6a82f78dcc381c191dab5c4fe63d12096d596e41:/data/templates/edit.htm diff --git a/data/templates/edit.htm b/data/templates/edit.htm index 6f59309..1422bbc 100644 --- a/data/templates/edit.htm +++ b/data/templates/edit.htm @@ -1,9 +1,13 @@ {% extends "base.htm" %} {% block title %}Edit paste{% endblock %} +{% block meta %} + +{% endblock %} + {% block content %} -
-
+ +
@@ -14,19 +18,25 @@ {% include 'edit-add.htm' %} -
-
-
+
+ -
+
+ {% include 'edit-add-button.htm' %} +
+
-
+ {% endblock %}