forked from expo/troggle
Added 'page not found do you wnat to make this page' page. Minor tweaks
This commit is contained in:
@@ -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 %}
|
||||
|
||||
7
templates/pagenotfound.html
Normal file
7
templates/pagenotfound.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% extends "expobase.html" %}
|
||||
{% block title %}Page not found {{ path }}{% endblock %}
|
||||
{% block body %}
|
||||
<h1>Page not found {{ path }}</h1>
|
||||
<a href="{%url editflatpage path %}">Create this page.</a>
|
||||
{% include "menu.html" %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user