compserv / hknweb

The new HKN website (using Django, hopefully at hkn.eecs.berkeley.edu soon)
https://dev-hkn.eecs.berkeley.edu
MIT License
19 stars 108 forks source link

Fixed Calendar Clear Filters Issue #562

Closed BrandonWong14 closed 5 months ago

BrandonWong14 commented 10 months ago

Fixed the Event Calendar Clear Filters Bug Issue #552 for my candidate project. It works locally and passes the local tests from the coverage run terminal command, not sure if I'm also supposed to do other things to test it. I only needed to change a string on one line, although there seems to be some issue from the most recent commit to the current master branch that's being overwritten not sure if that was supposed to fix anything or not. The line I changed is line 130 in the index.html file, replaced the "unrsvpd" string with "not_rsvpd" as that's what is actually in the url when the Not RSVP'd filter is active.