diff options
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>
|