X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/cec8f61ab84122a3f4b0702aaad6f7a141f99f7b..4fea519a397df1e660f7e2b1fcd3805241797b6c:/data/templates/edit.htm diff --git a/data/templates/edit.htm b/data/templates/edit.htm index 300b6cb..f1f4a51 100644 --- a/data/templates/edit.htm +++ b/data/templates/edit.htm @@ -2,22 +2,36 @@ {% block title %}Edit paste{% 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' %} + +
+
+
+ Cancel +
+
+ +
+
+ {% endblock %}