X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/44090c986d9a16f6913047c25319c446bb9308ad..7cafe62a37929372ed7cdf09f8c00e3699a9b858:/prawokultury/templates/404.html diff --git a/prawokultury/templates/404.html b/prawokultury/templates/404.html old mode 100755 new mode 100644 index 57db2e9..62bbbe8 --- a/prawokultury/templates/404.html +++ b/prawokultury/templates/404.html @@ -1 +1,16 @@ -404 \ No newline at end of file +{% extends "base.html" %} +{% load i18n %} + + +{% block "titleextra" %}{% trans "Page not found" %} :: {% endblock %} + + +{% block "body" %} + +

{% trans "Page not found" %}

+ +

+ {% trans "The page you were looking for doesn't exist." %} +

+ +{% endblock %}