Skip to content

Instantly share code, notes, and snippets.

@emilepetrone
Created October 23, 2011 03:58
Show Gist options
  • Save emilepetrone/1306854 to your computer and use it in GitHub Desktop.
Save emilepetrone/1306854 to your computer and use it in GitHub Desktop.
<form action="{% url like_picture %}" method="post" accept-charset="utf-8" class="likeform">{% csrf_token %}
<input type="hidden" value="{{picture.id}}" name="id"/>
<button type="submit" id="like">Like Photo</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment