diff options
author | Yaroslav de la Peña <contact@yaroslavps.com> | 2018-07-19 21:37:22 +0300 |
---|---|---|
committer | Yaroslav de la Peña <contact@yaroslavps.com> | 2018-07-19 21:37:22 +0300 |
commit | 0785634524a82373d07400cad9b5e96c77a8569b (patch) | |
tree | 193b39fce47aff0cf083bcd992c9554714a3d4e6 /weblog/templates | |
parent | b0d505df13ae0c315d21f440c200c029a2bb07db (diff) | |
download | w3blog-0785634524a82373d07400cad9b5e96c77a8569b.tar.gz w3blog-0785634524a82373d07400cad9b5e96c77a8569b.zip |
rss bug fix, missing settings import
Diffstat (limited to 'weblog/templates')
-rwxr-xr-x | weblog/templates/weblog_base.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ <!DOCTYPE html>
+{% load i18n %}
{% load static %}
<html>
<head>
|