diff options
author | Martin Green <martin.speleo@gmail.com> | 2011-06-02 19:16:16 +0100 |
---|---|---|
committer | Martin Green <martin.speleo@gmail.com> | 2011-06-02 19:16:16 +0100 |
commit | 50545af223eaee708cc465363247201123707bd3 (patch) | |
tree | 31dc3fd8ab20dba26e0276e7663c9597f1e50c4a /templates/dataformat | |
parent | ede9e4a9bdfe3cfc49f53afa7347850d31f0014d (diff) | |
download | troggle-50545af223eaee708cc465363247201123707bd3.tar.gz troggle-50545af223eaee708cc465363247201123707bd3.tar.bz2 troggle-50545af223eaee708cc465363247201123707bd3.zip |
Added editing of flat pages. Added slugfields to models to refer to them.
Diffstat (limited to 'templates/dataformat')
-rw-r--r-- | templates/dataformat/flatfile.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/dataformat/flatfile.html b/templates/dataformat/flatfile.html new file mode 100644 index 0000000..1ddb7a5 --- /dev/null +++ b/templates/dataformat/flatfile.html @@ -0,0 +1,10 @@ +{% autoescape off %} +<html> +<head> +{{ head }} +</head> +<body> +{{ form.html }} +</body> +</html> +{% endautoescape %} |