From c50ecea531987f36d27f3d5b53006dcd222a6019 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Tue, 2 Nov 2010 01:18:54 +0000 Subject: Add 404. --- gentoo_ads/ads/templates/404.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 gentoo_ads/ads/templates/404.html 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 %} + +

{% trans 'Page not found' %}

+ +

{% trans "We're sorry, but the requested page could not be found." %}

+ +{% endblock %} -- cgit v1.2.3-65-gdbad