Skip to content

Commit

Permalink
Added twitter button to candidate detail, for asking the candidate to…
Browse files Browse the repository at this point in the history
… answer questionary
  • Loading branch information
maugsbur committed Oct 28, 2013
1 parent c104944 commit 656ae51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elections/templates/elections/candidate_detail.html
Expand Up @@ -53,6 +53,7 @@ <h3>{{ candidate.name }}</h3>
{% if 'facetoface'|val_navbars %}
<button type="button" class="btn btn-danger btn-lg btn-block" onClick="location.href='{% url 'face_to_face_one_candidate_detail_view' slug=election.slug slug_candidate_one=candidate.slug %}'"><i class="icon-bolt"></i> {% trans "Compáralo con otro candidato" %}</button>
{% endif %}
{% no_ha_respondido_twitter_button %}
</div>
</div>

Expand Down

0 comments on commit 656ae51

Please sign in to comment.