From 89f138168e3f6a1d8bba3b53e63af088485cb885 Mon Sep 17 00:00:00 2001 From: Sanj Date: Fri, 9 Mar 2012 19:39:12 +0530 Subject: [PATCH] sponsor template + minor css --- itf/app/models.py | 5 +---- itf/static/css/noel/inner.css | 2 +- itf/templates/modules/festival/meeting.html | 12 +++++++++++- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/itf/app/models.py b/itf/app/models.py index 4483378..4662751 100755 --- a/itf/app/models.py +++ b/itf/app/models.py @@ -138,10 +138,7 @@ class ItfModel(models.Model): def insidepage_dict(self, request): context = RequestContext(request, self.info_dict()) - try: - html = render_to_string(self.get_template_path(), context) - except: - html = "Template path not found at : " + self.get_template_path() + html = render_to_string(self.get_template_path(), context) return { 'url': self.get_absolute_url(), 'title': self.get_title(), diff --git a/itf/static/css/noel/inner.css b/itf/static/css/noel/inner.css index c3cdcde..d95c4c2 100755 --- a/itf/static/css/noel/inner.css +++ b/itf/static/css/noel/inner.css @@ -113,7 +113,7 @@ text-align:center; padding-left:10px; padding-right:10px; float:left; -border-bottom:1px solid #f0dfdf;} +/*border-bottom:1px solid #f0dfdf;*/} #selection {padding-left:6px; diff --git a/itf/templates/modules/festival/meeting.html b/itf/templates/modules/festival/meeting.html index ff51942..018459d 100755 --- a/itf/templates/modules/festival/meeting.html +++ b/itf/templates/modules/festival/meeting.html @@ -1,4 +1,5 @@ {% load markup %} +{% load thumbnail %}