summaryrefslogtreecommitdiffstats
path: root/templates/fileupload.html
diff options
context:
space:
mode:
authorWookey <wookey@wookware.org>2011-07-11 23:28:23 +0100
committerWookey <wookey@wookware.org>2011-07-11 23:28:23 +0100
commitc23fcc5b063e77281dee0932ed2a38d161556d63 (patch)
tree21591516ec3d45f2c1955fad8bc2fa1acba56c9f /templates/fileupload.html
parent97c388dba07c030ddc9b5638e8e2f334c734a7a8 (diff)
parent21ff3b8b5d4d4f94ea1fcafbe535d967660ed392 (diff)
downloadtroggle-c23fcc5b063e77281dee0932ed2a38d161556d63.tar.gz
troggle-c23fcc5b063e77281dee0932ed2a38d161556d63.tar.bz2
troggle-c23fcc5b063e77281dee0932ed2a38d161556d63.zip
rest of martin's changes, without reverting lineend issues
Diffstat (limited to 'templates/fileupload.html')
-rw-r--r--templates/fileupload.html36
1 files changed, 18 insertions, 18 deletions
diff --git a/templates/fileupload.html b/templates/fileupload.html
index d1db6ca..f71760d 100644
--- a/templates/fileupload.html
+++ b/templates/fileupload.html
@@ -1,18 +1,18 @@
-<h2>Fileupload</h2>
-
-<ul>
-{% for fileuploaded in filesuploaded %}
-<li>UPLOADEDFILE: {{fileuploaded}}
-</li>
-{% endfor %}
-</ul>
-<p>MESSAGE: {{message}}
-</p>
-
-{% if not filesuploaded %}
-<form action="" method="POST">
- <p>file to upload</p>
- <p><input type="file" name="file1"/></p>
- <p><input type="submit" name="submit" value="Submit" /></p>
-</form>
-{% endif %}
+<h2>Fileupload</h2>
+
+<ul>
+{% for fileuploaded in filesuploaded %}
+<li>UPLOADEDFILE: {{fileuploaded}}
+</li>
+{% endfor %}
+</ul>
+<p>MESSAGE: {{message}}
+</p>
+
+{% if not filesuploaded %}
+<form action="" method="POST">
+ <p>file to upload</p>
+ <p><input type="file" name="file1"/></p>
+ <p><input type="submit" name="submit" value="Submit" /></p>
+</form>
+{% endif %}