RoboLoCo-5338 / website

RoboLoCo's New Django Based Website
https://www.roboloco.org
Apache License 2.0
0 stars 2 forks source link

Add Validation To Signin To Ensure That The Meeting Is Active #30

Closed gpmidi closed 4 years ago

gpmidi commented 5 years ago

The Signin model should ensure that any related meeting is active if it's edited

gpmidi commented 4 years ago

No validation on the model is a good thing - allows admin edits after the fact. User signing is already restricted to active meetings per the MeetingSignin view.