diff options
author | expo <expo@expobox.potato.hut> | 2011-09-02 03:39:20 +0200 |
---|---|---|
committer | expo <expo@expobox.potato.hut> | 2011-09-02 03:39:20 +0200 |
commit | 378ddfe96d4a9497be7f00aade1b0ef1cb3d01d3 (patch) | |
tree | ed5d2156f5374d7705b2f163508962f8c012aa6b /templates/pagenotfound.html | |
parent | 4def1aece2eb713c90ea3cec027c40458f20c8ed (diff) | |
parent | 2145d1187ee401ba0b768a8383b06aef866bdbce (diff) | |
download | troggle-378ddfe96d4a9497be7f00aade1b0ef1cb3d01d3.tar.gz troggle-378ddfe96d4a9497be7f00aade1b0ef1cb3d01d3.tar.bz2 troggle-378ddfe96d4a9497be7f00aade1b0ef1cb3d01d3.zip |
branch merge
Diffstat (limited to 'templates/pagenotfound.html')
-rw-r--r-- | templates/pagenotfound.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/pagenotfound.html b/templates/pagenotfound.html new file mode 100644 index 0000000..03569de --- /dev/null +++ b/templates/pagenotfound.html @@ -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 %} |