X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/c0550b6ba0b9a676d090986ae566243d29895747..027c801a4dc51db673bcbfcfbd396845f244e357:/data/templates/edit.htm diff --git a/data/templates/edit.htm b/data/templates/edit.htm index 45650b6..3f73fb6 100644 --- a/data/templates/edit.htm +++ b/data/templates/edit.htm @@ -1,17 +1,23 @@ {% extends "base.htm" %} {% block title %}Edit paste{% endblock %} +{% block meta %} + +{% endblock %} + {% block content %} -
+
{% for fileid, file in repo.getFiles %} - {% include 'edit-file.htm' with {'file': file, 'fileid': fileid} %} + {% include 'edit-file.htm' with {'file': file, 'fileid': fileid, 'newfile': false} %} {% endfor %} + {% include 'edit-add.htm' %} +
@@ -27,4 +33,9 @@
+ {% endblock %}