diff options
Diffstat (limited to 'gn_auth/templates/404.html')
-rw-r--r-- | gn_auth/templates/404.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gn_auth/templates/404.html b/gn_auth/templates/404.html new file mode 100644 index 0000000..e17bfe8 --- /dev/null +++ b/gn_auth/templates/404.html @@ -0,0 +1,13 @@ +{%extends "base.html"%} + +{%block title%}404: Page Not Found{%endblock%} + +{%block pagetitle%}404: Could Not Find the Requested Page{%endblock%} + +{%block content%} + +<p> + The page "<strong>{{page}}</strong>" does not exist on this server. +</p> + +{%endblock%} |