X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/a1e6e4c154727f30aaa2e406eb5afb3810d4b398..69e4391bfb53ce2d7a3a42f69e37bbf136d3ee09:/data/templates/edit.htm diff --git a/data/templates/edit.htm b/data/templates/edit.htm index 870ef23..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' %}