From 31107ff4e1a273b9c1f399ed4ae1907d3e0a9f8c Mon Sep 17 00:00:00 2001 From: "M.Ravi" Date: Thu, 8 Jun 2017 05:50:32 +0530 Subject: [PATCH] Fixed a bug due to i18n not loaded in html template. This caused the images in the posts of the blog not to appear. --- cms_templates/djangocms_blog/_header_post_detail.html | 1 + 1 file changed, 1 insertion(+) diff --git a/cms_templates/djangocms_blog/_header_post_detail.html b/cms_templates/djangocms_blog/_header_post_detail.html index 909b8427..fb49e5ca 100644 --- a/cms_templates/djangocms_blog/_header_post_detail.html +++ b/cms_templates/djangocms_blog/_header_post_detail.html @@ -1,4 +1,5 @@ {% load cms_tags staticfiles %} +{% load i18n %}