Skip to content

Commit

Permalink
Commenting out a django-popit problem in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
lfalvarez committed Sep 6, 2013
1 parent 7e0cccc commit f3f26e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elections/templates/elections/candidate_detail.html
Expand Up @@ -38,7 +38,7 @@ <h2>{{ candidate.name }}</h2>
</td>
<td>
{% 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 %}
</td>
</tr>
Expand Down

0 comments on commit f3f26e5

Please sign in to comment.