X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/bf139cf4f0d6fb868d0f998d3213f7e681fbff92..ee10ed828276e2677c214d5a3bd13ced4600f6c6:/data/templates/edit.htm diff --git a/data/templates/edit.htm b/data/templates/edit.htm index f1f4a51..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,24 +18,25 @@ {% include 'edit-add.htm' %} -
-
-
+
+ -
+
+ {% include 'edit-add-button.htm' %} +
+
-
{% endblock %}