From 5aac825d1e7d903d99cb48a4409e638370887a55 Mon Sep 17 00:00:00 2001 From: Johnson Chetty Date: Fri, 7 Sep 2012 11:31:47 +0200 Subject: [PATCH] template typo changes.. --- itf/templates/modules/itfprofiles/person.html | 2 +- itf/templates/modules/itfprofiles/production.html | 6 +++--- itf/templates/modules/itfprofiles/theatregroup.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/itf/templates/modules/itfprofiles/person.html b/itf/templates/modules/itfprofiles/person.html index 43408df..1ede0d0 100644 --- a/itf/templates/modules/itfprofiles/person.html +++ b/itf/templates/modules/itfprofiles/person.html @@ -126,7 +126,7 @@ {% for elem in buzzitems %}
  • {% if elem.link %} - {{ elem.title }}> + {{ elem.title }} {% endif %} {% if elem.link %} diff --git a/itf/templates/modules/itfprofiles/production.html b/itf/templates/modules/itfprofiles/production.html index 5904f0e..6f5eee8 100644 --- a/itf/templates/modules/itfprofiles/production.html +++ b/itf/templates/modules/itfprofiles/production.html @@ -67,7 +67,7 @@ {% for elem in buzzitems %}
  • {% if elem.link %} - {{ elem.title }}> + {{ elem.title }} {% endif %} {% if elem.link %} @@ -93,7 +93,7 @@ {% for elem in sibling_productions %}
  • {% if elem.get_absolute_url %} - {{ elem.name }}> + {{ elem.name }} {% endif %} {% if elem.get_absolute_url %} @@ -113,7 +113,7 @@ {% for elem in related_productions %}
  • {% if elem.get_absolute_url %} - {{ elem.name }}> + {{ elem.name }} {% endif %} {% if elem.get_absolute_url %} diff --git a/itf/templates/modules/itfprofiles/theatregroup.html b/itf/templates/modules/itfprofiles/theatregroup.html index b31eb70..0ceb2db 100644 --- a/itf/templates/modules/itfprofiles/theatregroup.html +++ b/itf/templates/modules/itfprofiles/theatregroup.html @@ -95,7 +95,7 @@ {% for elem in buzzitems %}
  • {% if elem.link %} - {{ elem.title }}> + {{ elem.title }} {% endif %} {% if elem.link %} @@ -129,7 +129,7 @@ {% for elem in people %}
  • {% if elem.get_absolute_url %} - {{ elem.name }}> + {{ elem.name }} {% endif %} {% if elem.get_absolute_url %}