diff options
Diffstat (limited to 'templates/dataformat/flatfile.html')
-rw-r--r-- | templates/dataformat/flatfile.html | 10 |
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 %} |