wpi-acm / Hack-WPI-Python

A port over to another registration system in python
MIT License
2 stars 2 forks source link

separating users and admins on admin dashboard #35

Open ngolp opened 1 month ago

ngolp commented 1 month ago

See Github Issue #10. Added separation of admins and users on the admin dashboard.

I refactored a bit of the original admin.home endpoint into a helper function to accompany two routes that use the same template without having to copy and paste code.