diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-11-02 01:18:54 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-11-02 01:18:54 +0000 |
commit | c50ecea531987f36d27f3d5b53006dcd222a6019 (patch) | |
tree | e1f3897659858857c1a0dc63dc6692a5e320e409 | |
parent | Use main Gentoo CSS since it would be loaded already. (diff) | |
download | gentoo-ads-c50ecea531987f36d27f3d5b53006dcd222a6019.tar.gz gentoo-ads-c50ecea531987f36d27f3d5b53006dcd222a6019.tar.bz2 gentoo-ads-c50ecea531987f36d27f3d5b53006dcd222a6019.zip |
Add 404.
-rw-r--r-- | gentoo_ads/ads/templates/404.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gentoo_ads/ads/templates/404.html b/gentoo_ads/ads/templates/404.html new file mode 100644 index 0000000..996398a --- /dev/null +++ b/gentoo_ads/ads/templates/404.html @@ -0,0 +1,11 @@ +{% load i18n %} + +{% block title %}{% trans 'Page not found' %}{% endblock %} + +{% block content %} + +<h2>{% trans 'Page not found' %}</h2> + +<p>{% trans "We're sorry, but the requested page could not be found." %}</p> + +{% endblock %} |