From 637b6d4c5c50dc7d6fe22de2f59f60325f2e584d Mon Sep 17 00:00:00 2001 From: Sanj Date: Fri, 16 Nov 2012 04:46:37 +0530 Subject: [PATCH] argh, silly --- itf/templates/test/person_form.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/itf/templates/test/person_form.html b/itf/templates/test/person_form.html index e992ff1..2fadc6b 100644 --- a/itf/templates/test/person_form.html +++ b/itf/templates/test/person_form.html @@ -206,7 +206,7 @@ $(function(){ {% else %}
- {% if not galleries.objects.all %} + {% if not galleries %} You haven't added any galleries yet. {% else %} Click an existing gallery to edit: @@ -214,7 +214,7 @@ $(function(){
{% if galleries %}
- {% for gallery in galleries.objects.all %} + {% for gallery in galleries %}