From 710663b4900687ec167819c8be19355c89739c0d Mon Sep 17 00:00:00 2001 From: reverend Date: Thu, 1 Oct 2020 22:58:06 +0200 Subject: [PATCH] Loading tag --- django_lostplaces/lostplaces/templates/403.html | 1 + django_lostplaces/lostplaces/templates/global.html | 3 ++- django_lostplaces/lostplaces/templates/home.html | 3 ++- django_lostplaces/lostplaces/templates/home_unauth.html | 3 ++- django_lostplaces/lostplaces/templates/registration/login.html | 2 +- django_lostplaces/lostplaces/templates/signup.html | 1 + 6 files changed, 9 insertions(+), 4 deletions(-) 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 @@