X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/b5cad4fdafacd1d1eced5784e449996db5dc8e84..29035e26e880fcbc3027d5b6bd283959cb869534:/data/templates/edit.htm diff --git a/data/templates/edit.htm b/data/templates/edit.htm index d60598f..3f73fb6 100644 --- a/data/templates/edit.htm +++ b/data/templates/edit.htm @@ -1,15 +1,19 @@ {% 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' %} @@ -29,4 +33,9 @@
+ {% endblock %}