summaryrefslogtreecommitdiffstats
path: root/templates/dataformat
diff options
context:
space:
mode:
authorMartin Green <martin.speleo@gmail.com>2011-08-08 09:51:47 +0100
committerMartin Green <martin.speleo@gmail.com>2011-08-08 09:51:47 +0100
commitd75bad22de7e41a7049f6873762f0c38a62cff30 (patch)
tree6a022f170ab9dc98d09f9d80a22b68a7e38726cb /templates/dataformat
parentc039183137802dc1a00af876f77ad8f47d4cc8f4 (diff)
downloadtroggle-d75bad22de7e41a7049f6873762f0c38a62cff30.tar.gz
troggle-d75bad22de7e41a7049f6873762f0c38a62cff30.tar.bz2
troggle-d75bad22de7e41a7049f6873762f0c38a62cff30.zip
Allow for editing flatpage titles, and made a common uneditable list of links.
Diffstat (limited to 'templates/dataformat')
-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 }}