summaryrefslogtreecommitdiffstats
path: root/templates/dataformat/flatfile.html
diff options
context:
space:
mode:
authorWookey <wookey@wookware.org>2011-07-10 23:30:36 +0100
committerWookey <wookey@wookware.org>2011-07-10 23:30:36 +0100
commit28924db9f87af72343206383e9065841e3fd1c14 (patch)
treeeace5c8be2836e67374c3ca28eaaed662ea52d01 /templates/dataformat/flatfile.html
parent30829ff9c80783a33bf18483b70a987ac27bb09d (diff)
parent50545af223eaee708cc465363247201123707bd3 (diff)
downloadtroggle-28924db9f87af72343206383e9065841e3fd1c14.tar.gz
troggle-28924db9f87af72343206383e9065841e3fd1c14.tar.bz2
troggle-28924db9f87af72343206383e9065841e3fd1c14.zip
merge fix from martin's tip.
Diffstat (limited to 'templates/dataformat/flatfile.html')
-rw-r--r--templates/dataformat/flatfile.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/dataformat/flatfile.html b/templates/dataformat/flatfile.html
new file mode 100644
index 0000000..1ddb7a5
--- /dev/null
+++ b/templates/dataformat/flatfile.html
@@ -0,0 +1,10 @@
+{% autoescape off %}
+<html>
+<head>
+{{ head }}
+</head>
+<body>
+{{ form.html }}
+</body>
+</html>
+{% endautoescape %}