From 559a283076efb88b5d78cb7a7aaf3e705a3fa726 Mon Sep 17 00:00:00 2001 From: Sanj Date: Thu, 8 Dec 2011 15:18:01 +0530 Subject: [PATCH] forgot load markup --- itf/templates/modules/festival/participant.html | 2 +- itf/templates/modules/festival/project.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/itf/templates/modules/festival/participant.html b/itf/templates/modules/festival/participant.html index 0fdba86..8ed5d24 100755 --- a/itf/templates/modules/festival/participant.html +++ b/itf/templates/modules/festival/participant.html @@ -1,3 +1,3 @@ - +{% load markup %}
{{ name }}:
{{ short_bio|markdown }} diff --git a/itf/templates/modules/festival/project.html b/itf/templates/modules/festival/project.html index 90c8b2c..340c046 100755 --- a/itf/templates/modules/festival/project.html +++ b/itf/templates/modules/festival/project.html @@ -1,2 +1,3 @@ +{% load markup %}
{{ title }}
{{ intro|markdown }}