MAKENTNU / web

The website of the student organization MAKE NTNU, built with Django.
https://makentnu.no
MIT License
9 stars 5 forks source link

Add like button to quotes #668

Open Gunvor4 opened 10 months ago

Gunvor4 commented 10 months ago

Quotes should get a like button, so MAKE member can give a like or a star to quotes. Below each quote, it should also be shown how many stars or likes the quote has

Sakhi29 commented 10 months ago

@Gunvor4 Quotes you mean under the upcoming events page?

ddabble commented 10 months ago

@Sakhi29 I'm pretty sure she's referring to the quotes on the internal site 🙂 I.e. the Quote model, whose objects are listed at i.makentnu.no/quotes/ (i.makentnu.localhost:8000/quotes/ locally).