X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/66170c339bbcd8b87e23c47daa11359a99e0d02d..8b86653c2471e04429ae9fec19dc33fcb5e5c059:/data/templates/edit.htm diff --git a/data/templates/edit.htm b/data/templates/edit.htm index 401ed00..912a073 100644 --- a/data/templates/edit.htm +++ b/data/templates/edit.htm @@ -7,7 +7,7 @@ {% block content %}
-
+
@@ -21,6 +21,10 @@ {% endif %} {% endfor %} + {% if singlefile == "newfile" %} + {% include 'edit-file.htm' with {'file': null, 'fileid': 'newfile', 'newfile': true} %} + {% endif %} + {% include 'edit-add.htm' %}