diff --git a/django_lostplaces/lostplaces/templates/403.html b/django_lostplaces/lostplaces/templates/403.html index 11a23b1..566a9ab 100644 --- a/django_lostplaces/lostplaces/templates/403.html +++ b/django_lostplaces/lostplaces/templates/403.html @@ -1,4 +1,5 @@ {% extends 'global.html'%} +{% load i18n %} {% block title %}{% translate 'Forbidden' %}{% endblock %} diff --git a/django_lostplaces/lostplaces/templates/global.html b/django_lostplaces/lostplaces/templates/global.html index 2846c3c..3cfa30c 100644 --- a/django_lostplaces/lostplaces/templates/global.html +++ b/django_lostplaces/lostplaces/templates/global.html @@ -1,4 +1,5 @@ {% load static %} +{% load i18n %} @@ -46,7 +47,7 @@