Fixed a bug due to i18n not loaded in html template. This caused the images in the posts of the blog not to appear.
This commit is contained in:
parent
a44f64e8e7
commit
31107ff4e1
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
{% load cms_tags staticfiles %}
|
{% load cms_tags staticfiles %}
|
||||||
|
{% load i18n %}
|
||||||
<!-- Page Header -->
|
<!-- Page Header -->
|
||||||
<!-- Set your background image for this header on the line below. -->
|
<!-- Set your background image for this header on the line below. -->
|
||||||
<header class="intro-header"
|
<header class="intro-header"
|
||||||
|
|
Loading…
Reference in a new issue