diff options
author | Martin Green <martin.speleo@gmail.com> | 2011-08-08 10:58:50 +0100 |
---|---|---|
committer | Martin Green <martin.speleo@gmail.com> | 2011-08-08 10:58:50 +0100 |
commit | 57ace114278533b461f57ab23b1ca9b199590381 (patch) | |
tree | 14aaea6f13f263ece10ec44f45c51be0a629dfab /templates/dataformat | |
parent | 4c4b6ef11febe13f6bb7db4510e115853aca50a5 (diff) | |
download | troggle-57ace114278533b461f57ab23b1ca9b199590381.tar.gz troggle-57ace114278533b461f57ab23b1ca9b199590381.tar.bz2 troggle-57ace114278533b461f57ab23b1ca9b199590381.zip |
=Make a common base for expoweb pages. Ignore any header information in expoweb except titles.
Diffstat (limited to 'templates/dataformat')
-rw-r--r-- | templates/dataformat/flatfile.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/dataformat/flatfile.html b/templates/dataformat/flatfile.html index 048606e..07d03ca 100644 --- a/templates/dataformat/flatfile.html +++ b/templates/dataformat/flatfile.html @@ -1,9 +1,7 @@ {% autoescape off %} <html> <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 }} |