AriMeidan / Fantasy-Knesset

Fantasy Knesset is a web site for creating your own Knesst, a fantasy Knesset, and to match it to the existing Knesset.
GNU General Public License v3.0
2 stars 2 forks source link

Move vote and unvote buttons into separate template #34

Closed Nagasaki45 closed 10 years ago

Nagasaki45 commented 10 years ago

And include it in the appropriate places in index.html and candidates.html

Nagasaki45 commented 10 years ago

No need to move the buttons, the following html snippet, together with the jquery script votes.js can handle everything:

<button class="btn btn-block btn-candidate" name="{{ candidate.pk }}" value="{{ user|button_value:candidate }}"></button>