X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/862ec22b61f67286e5d09b03ca49eb23974d3e0f..83c4c99bd2c1785bf0c9d47a4584278c8083d20c:/prawokultury/templates/404.html diff --git a/prawokultury/templates/404.html b/prawokultury/templates/404.html index 57db2e9..879d30d 100755 --- 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 %}