Django-Likes
Django-Likes copied to clipboard
fixing ajax ambiguous likes_count
The onClick function on like button was not updating the 'data-likes' attribute, thus, the var 'likeCount' always remained constant. Hence, the updating of likes_count has been added.