From 7369d37ff43ebceb8fb020c2cc41fbca2b780afc Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Fri, 29 Jun 2018 17:17:20 +0300 Subject: [PATCH] Fix import temlatetag --- project/templates/lilcity/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/templates/lilcity/index.html b/project/templates/lilcity/index.html index b5f4ee6f..0438f0de 100644 --- a/project/templates/lilcity/index.html +++ b/project/templates/lilcity/index.html @@ -1,5 +1,5 @@ {% load static %} -{% import setting from settings %} +{% load setting from settings %}