From 38574490763bedbece5b931fa7149b6fc12a2c73 Mon Sep 17 00:00:00 2001 From: Sanj Date: Wed, 10 Aug 2011 17:07:23 +0530 Subject: [PATCH] merged karen changes --- itf/frontpage/templatetags/itftags.py | 2 +- itf/templates/noel/index.html | 3 ++- itf/templates/registration/login.html | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/itf/frontpage/templatetags/itftags.py b/itf/frontpage/templatetags/itftags.py index 29f31cf..c4e48ec 100644 --- a/itf/frontpage/templatetags/itftags.py +++ b/itf/frontpage/templatetags/itftags.py @@ -26,4 +26,4 @@ def format_title(value): else: return words[0].upper() -register.filter("format_title") +register.filter("format_title", format_title) diff --git a/itf/templates/noel/index.html b/itf/templates/noel/index.html index b77fac5..7dc09d0 100644 --- a/itf/templates/noel/index.html +++ b/itf/templates/noel/index.html @@ -1,4 +1,5 @@ {% extends 'noel/base.html' %} +{% load itftags %} {% block title %}India Theatre Forum: Home {% endblock %} @@ -68,7 +69,7 @@