diff options
Diffstat (limited to 'templates/dataformat/flatfile.html')
-rw-r--r-- | templates/dataformat/flatfile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/dataformat/flatfile.html b/templates/dataformat/flatfile.html index 1ddb7a5..07d03ca 100644 --- a/templates/dataformat/flatfile.html +++ b/templates/dataformat/flatfile.html @@ -1,7 +1,7 @@ {% autoescape off %} <html> <head> -{{ head }} +<title>{{ form.title }}</title> </head> <body> {{ form.html }} |