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

Fix non integer parsable strings throwing errors in about/people #532

Closed lo-maxwell closed 1 year ago

lo-maxwell commented 1 year ago

Checks if request field contains a semester and if semester is a positive integer (assumes there are no negative integer semesters which holds true for now). Throws 404 page if semester is invalid.