From b631e2eb1271e0d69eb549380f8fd753fae12afb Mon Sep 17 00:00:00 2001 From: Sanj Date: Sun, 9 Oct 2011 17:07:09 +0530 Subject: [PATCH] add title attr to proj images --- urbstudio/templates/projects.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urbstudio/templates/projects.html b/urbstudio/templates/projects.html index 9a81313..3b993a4 100755 --- a/urbstudio/templates/projects.html +++ b/urbstudio/templates/projects.html @@ -78,7 +78,7 @@ {% load thumbnail %} {% for p in projects %} {% thumbnail p.thumb_image "100x100" crop="center" as im %} -
  • {{ p.title }}
  • +
  • {{ p.title }}
  • {% endthumbnail %} {% endfor %}