I want to create a like/dislike button system in Django, but don’t know how to do the final part of it, namely, making the button disappear/change to the compliment of the button that was pushed. Basically, I want to have a "like" button on my template and once it is pushed, then I want the like button to disappear/switch to an “unlike” button so that the user can undo their like if they wish, similar to facebook. How can I go about doing this? I want to create a like/dislike button system i