From 3b485aaebc6521421378852ec996ca7a3c6136c3 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sat, 14 Jun 2014 12:17:08 +0200 Subject: [PATCH] Now loading code_chunks module in template that needs it Without this, the filters defined there cannot be used --- blog/templates/blog/post.html | 1 + 1 file changed, 1 insertion(+) diff --git a/blog/templates/blog/post.html b/blog/templates/blog/post.html index 0934ff1..5e3b4a0 100644 --- a/blog/templates/blog/post.html +++ b/blog/templates/blog/post.html @@ -1,3 +1,4 @@ +{% load code_chunks %}

{% if title_links %}{% endif %}{{ post.title }}{% if title_links %}{% else %}
{% endif %}