From 0785634524a82373d07400cad9b5e96c77a8569b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a?= Date: Thu, 19 Jul 2018 21:37:22 +0300 Subject: rss bug fix, missing settings import --- weblog/templates/weblog_base.html | 1 + 1 file changed, 1 insertion(+) (limited to 'weblog/templates') diff --git a/weblog/templates/weblog_base.html b/weblog/templates/weblog_base.html index 9a739cb..acf652c 100755 --- a/weblog/templates/weblog_base.html +++ b/weblog/templates/weblog_base.html @@ -1,4 +1,5 @@ +{% load i18n %} {% load static %} -- cgit v1.2.3