From 36390223901d09865593071a2983ef9c72297b46 Mon Sep 17 00:00:00 2001 From: Sanj Date: Wed, 28 Sep 2011 22:28:09 +0530 Subject: [PATCH] linebreaksbr stuff --- itf/templates/modules/bestpractices/guideline.html | 12 +++++++++++- itf/templates/modules/festival/project.html | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/itf/templates/modules/bestpractices/guideline.html b/itf/templates/modules/bestpractices/guideline.html index 37aef09..4dbcf0d 100644 --- a/itf/templates/modules/bestpractices/guideline.html +++ b/itf/templates/modules/bestpractices/guideline.html @@ -1,5 +1,5 @@ - + +{% load guidelines %} +
+ {{ title }} +
+
+ {% autoescape off %} + {{ text|linebreaksbr|link_bps }} + {% endautoescape %} +
diff --git a/itf/templates/modules/festival/project.html b/itf/templates/modules/festival/project.html index 6eabfef..4c9137f 100644 --- a/itf/templates/modules/festival/project.html +++ b/itf/templates/modules/festival/project.html @@ -1,2 +1,2 @@
{{ title }}
-
{{ intro }}
+
{{ intro|linebreaksbr }}