X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/ec66a5c7d17cb1e67ee066f2e9bdaf5bbc9ab614..2cc82d20efa723abe9cf44f9286cb65425919e0a:/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 %}