From bf139cf4f0d6fb868d0f998d3213f7e681fbff92 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 5 Apr 2012 18:23:48 +0200 Subject: basic file upload works --- data/templates/edit-file.htm | 5 +---- data/templates/edit.htm | 2 +- data/templates/index.htm | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) (limited to 'data') diff --git a/data/templates/edit-file.htm b/data/templates/edit-file.htm index b320d8d..53c2c01 100644 --- a/data/templates/edit-file.htm +++ b/data/templates/edit-file.htm @@ -17,11 +17,8 @@
-   -
{% if not newfile %}
diff --git a/data/templates/edit.htm b/data/templates/edit.htm index 19494b6..f1f4a51 100644 --- a/data/templates/edit.htm +++ b/data/templates/edit.htm @@ -2,7 +2,7 @@ {% block title %}Edit paste{% endblock %} {% block content %} -
+
diff --git a/data/templates/index.htm b/data/templates/index.htm index 31913bc..05c4c05 100644 --- a/data/templates/index.htm +++ b/data/templates/index.htm @@ -2,7 +2,7 @@ {% block title %}New paste{% endblock %} {% block content %} - +
-- cgit v1.2.3