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 | e85c386375898845a87885d1bad7e2c38c8f23b5 (patch) | |
tree | 2fd770081ea7592062c7f4a4668a9f13bd6c3520 /templates/dataformat | |
parent | c66ecc4d7fd4436a34700f7c1d4a2d879e8aabc0 (diff) | |
download | troggle-e85c386375898845a87885d1bad7e2c38c8f23b5.tar.gz troggle-e85c386375898845a87885d1bad7e2c38c8f23b5.tar.bz2 troggle-e85c386375898845a87885d1bad7e2c38c8f23b5.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 }} |