diff options
-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 %} |