X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/ec66a5c7d17cb1e67ee066f2e9bdaf5bbc9ab614..5b1127bdc82daa43786049b29b3ea6251d2908d0:/data/templates/index.htm diff --git a/data/templates/index.htm b/data/templates/index.htm index 05989df..05c4c05 100644 --- a/data/templates/index.htm +++ b/data/templates/index.htm @@ -2,13 +2,15 @@ {% block title %}New paste{% endblock %} {% block content %} -
+
- {% include 'edit-file.htm' with {'file': file[1], 'fileid': 1} %} + {% include 'edit-file.htm' with {'file': file[1], 'fileid': 0, 'newfile': true} %} + + {% include 'edit-add.htm' %}
+ {% endblock %}