From b758d53a639ef916aae0c12f33fcfb306bf9fca8 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Sat, 3 Oct 2020 15:22:11 +0200 Subject: [PATCH] Fixed early load of i18n. --- .../lostplaces/templates/place_image/place_image_create.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_lostplaces/lostplaces/templates/place_image/place_image_create.html b/django_lostplaces/lostplaces/templates/place_image/place_image_create.html index d9d7274..3a0ad87 100644 --- a/django_lostplaces/lostplaces/templates/place_image/place_image_create.html +++ b/django_lostplaces/lostplaces/templates/place_image/place_image_create.html @@ -1,5 +1,5 @@ -{% load i18n %} {% extends 'global.html'%} +{% load i18n %} {% block maincontent %}