summaryrefslogtreecommitdiffstats
path: root/templates/dataformat/flatfile.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/dataformat/flatfile.html')
-rw-r--r--templates/dataformat/flatfile.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/dataformat/flatfile.html b/templates/dataformat/flatfile.html
index 1ddb7a5..048606e 100644
--- a/templates/dataformat/flatfile.html
+++ b/templates/dataformat/flatfile.html
@@ -1,7 +1,9 @@
{% autoescape off %}
<html>
<head>
-{{ head }}
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<title>{{ form.title }}</title>
+<link rel="stylesheet" type="text/css" href="css/main2.css" />
</head>
<body>
{{ form.html }}