2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-03-31 17:06:04 +01:00

Added 'page not found do you wnat to make this page' page. Minor tweaks

This commit is contained in:
Martin Green
2011-08-08 12:18:47 +01:00
parent c09a668620
commit 36b1888f46
3 changed files with 34 additions and 21 deletions

View File

@@ -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 %}