sbuss / voteswap

Vote Pairing for the 2016 US Presidential election
http://voteswap.us
MIT License
2 stars 2 forks source link

Propose swap view #37

Closed sbuss closed 8 years ago

sbuss commented 8 years ago

Part of #16

Adds a propose-swap json view at /users/swap that takes {"to_profile": <int>} as POST data.

@devinblais You can get that url by using {% url "users:propose_swap" %} in a template, eg:

<a href="{% url "users:propose_swap" %}" type="button">...</a>