diff options
author | Martin Green <martin.speleo@gmail.com> | 2011-08-08 09:51:47 +0100 |
---|---|---|
committer | Martin Green <martin.speleo@gmail.com> | 2011-08-08 09:51:47 +0100 |
commit | 13fe89af9fe03382b25079f159c2bff27df32c0d (patch) | |
tree | b3ed54488c31935674c506fbedeb5fa1f75d5770 /templates/dataformat | |
parent | d8fe39ae86989d99da3e66ef88dc754e56139d2d (diff) | |
download | troggle-13fe89af9fe03382b25079f159c2bff27df32c0d.tar.gz troggle-13fe89af9fe03382b25079f159c2bff27df32c0d.tar.bz2 troggle-13fe89af9fe03382b25079f159c2bff27df32c0d.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.html | 4 |
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 }} |