From f3f26e5a2392f9a816336a30e357d7107b62d766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20=C3=81lvarez?= Date: Fri, 6 Sep 2013 12:36:59 -0400 Subject: [PATCH] Commenting out a django-popit problem in templates --- elections/templates/elections/candidate_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elections/templates/elections/candidate_detail.html b/elections/templates/elections/candidate_detail.html index 91dbabfd..12226390 100644 --- a/elections/templates/elections/candidate_detail.html +++ b/elections/templates/elections/candidate_detail.html @@ -38,7 +38,7 @@

{{ candidate.name }}

{% for personal_data_candidate in personal_data.personaldatacandidate_set.all %} - {% relation_personal_data_candidate candidate personal_data %} + {#% relation_personal_data_candidate candidate personal_data %#} {% endfor %}