diff --git a/publichealth/settings/base.py b/publichealth/settings/base.py index 13a16c0..b164686 100644 --- a/publichealth/settings/base.py +++ b/publichealth/settings/base.py @@ -127,6 +127,7 @@ AUTH_PASSWORD_VALIDATORS = [ }, ] +PASSWORD_REQUIRED_TEMPLATE = 'password.html' # Internationalization # https://docs.djangoproject.com/en/1.8/topics/i18n/ diff --git a/publichealth/templates/404.html b/publichealth/templates/404.html index c6418c4..e38515d 100644 --- a/publichealth/templates/404.html +++ b/publichealth/templates/404.html @@ -1,11 +1,35 @@ {% extends "base.html" %} -{% block title %}404 - Page not found{% endblock %} +{% block title %}404 - Seite nicht gefunden{% endblock %} {% block body_class %}template-404{% endblock %} {% block content %} -
+
Diese Seite konnte nicht gefunden werden. Möchten Sie eine Suche starten?
+
Désolé, cette page est introuvable. Voulez-vous faire une recherche sur le site?
+
Sorry, this page could not be found. Would you like to do a search of the site?
+
+
Sie benötigen ein Passwort, um auf diese Seite zuzugreifen.
+
Vous avez besoin d'un mot de passe pour accéder à cette page.
+
You need a password to access this page.
+