Skip to content

Commit

Permalink
Agregando el partido abajo de cada candidato
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Álvarez committed Sep 1, 2016
1 parent f34f669 commit beb4a37
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@

<p class="text-center">
<a href="{% url 'candidate_detail_view' election_slug=election.slug slug=candidate.id %}"><h3 class="text-center">{{candidate.name}}</h3></a>
<p class="small text-light text-center small-bajada">partido</p>
<p class="small text-light text-center small-bajada">{% get_personal_data candidate=candidate personal_data='Partido' as partido %}{{partido.value}}</p>
{% if user.is_staff %}
{% include 'elections/candidates/extra_cards.html' with candidate=candidate %}
{% endif %}
Expand Down

0 comments on commit beb4a37

Please sign in to comment.