diff options
author | expo <expo@expobox.potato.hut> | 2011-09-02 03:39:20 +0200 |
---|---|---|
committer | expo <expo@expobox.potato.hut> | 2011-09-02 03:39:20 +0200 |
commit | 77dea07b400876cde999a33260793176f27aed0d (patch) | |
tree | 050a691b4238ce8122e9a96c745b5c62bc4ebef3 /templates/dataformat | |
parent | 77dcf7f7597dd6f946cfcb12cd8ed1773ac83b61 (diff) | |
parent | 59e7c4d5dfd38aa666f06f5104a9ceaa309818fd (diff) | |
download | troggle-77dea07b400876cde999a33260793176f27aed0d.tar.gz troggle-77dea07b400876cde999a33260793176f27aed0d.tar.bz2 troggle-77dea07b400876cde999a33260793176f27aed0d.zip |
branch merge
Diffstat (limited to 'templates/dataformat')
-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 }} |