X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/b5cad4fdafacd1d1eced5784e449996db5dc8e84..c5544ea6607e49bd5f3cceecd59903687e8b1654:/data/templates/index.htm diff --git a/data/templates/index.htm b/data/templates/index.htm index 3893d2a..05c4c05 100644 --- a/data/templates/index.htm +++ b/data/templates/index.htm @@ -2,13 +2,13 @@ {% block title %}New paste{% endblock %} {% block content %} -
+
- {% include 'edit-file.htm' with {'file': file[1], 'fileid': 0} %} + {% include 'edit-file.htm' with {'file': file[1], 'fileid': 0, 'newfile': true} %} {% include 'edit-add.htm' %} @@ -20,4 +20,9 @@
+ {% endblock %}