pinax / pinax-likes

a liking app for Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

widget does not POST

grahamu opened this issue · comments

Clicking the anchor tag in https://github.com/pinax/pinax-likes/blob/master/pinax/likes/templates/pinax/likes/_widget.html results in a GET, not a POST. The like toggle endpoint does not work with GET, only POST.

This requires eldarion-ajax to be included.

Seems like documenting this requirement will be sufficient to close this issue.