diff options
author | Martin Green <martin.speleo@gmail.com> | 2011-08-08 12:18:47 +0100 |
---|---|---|
committer | Martin Green <martin.speleo@gmail.com> | 2011-08-08 12:18:47 +0100 |
commit | 3205e1752ca43f956da8a2b8d96dc1a1350d3022 (patch) | |
tree | 1cd694e086335d9c0e4c5f2ee643d2c022a22b2c /templates/editflatpage.html | |
parent | a0df539ca1db4ae3cf647c2755f4fe279a3b4a3c (diff) | |
download | troggle-3205e1752ca43f956da8a2b8d96dc1a1350d3022.tar.gz troggle-3205e1752ca43f956da8a2b8d96dc1a1350d3022.tar.bz2 troggle-3205e1752ca43f956da8a2b8d96dc1a1350d3022.zip |
Added 'page not found do you wnat to make this page' page. Minor tweaks
Diffstat (limited to 'templates/editflatpage.html')
-rw-r--r-- | templates/editflatpage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/editflatpage.html b/templates/editflatpage.html index 547b94d..4768078 100644 --- a/templates/editflatpage.html +++ b/templates/editflatpage.html @@ -9,6 +9,6 @@ <form action="" method="post">{% csrf_token %} {{form.as_p}} <p><input type="submit" value="Submit" /></p> -{% include "menu.html" %} </form> +{% include "menu.html" %} {% endblock %} |