diff options
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 %} |