diff options
Diffstat (limited to 'templates/dataformat')
-rw-r--r-- | templates/dataformat/flatfile.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/dataformat/flatfile.html b/templates/dataformat/flatfile.html deleted file mode 100644 index 07d03ca..0000000 --- a/templates/dataformat/flatfile.html +++ /dev/null @@ -1,10 +0,0 @@ -{% autoescape off %} -<html> -<head> -<title>{{ form.title }}</title> -</head> -<body> -{{ form.html }} -</body> -</html> -{% endautoescape %} |