You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The agreement model has an email field that has blank=True. This is because when this system was created, emails were not collected so not all agreements have emails. When all agreements have an email this should be removed so that email is required.
When this is changed, the email field in the AgreementForm in forms.py can be removed
Ask the klubbmästare if all the old agreements in their folder in their desk have been removed and check in the admin pages on the production server if all users have an attached agreement
The text was updated successfully, but these errors were encountered:
dakaza98
changed the title
Make email not allowed to be null on agreements when all agreements have an email
Make email not allowed to be blank on agreements when all agreements have an email
May 19, 2021
Future me remembering that this old issue still exists three years later. I believe all agreements should have an agreement file now and so it should be possible to do the model changes. Can any of the new systemadministrators confirm if this is the case?
The agreement model has an email field that has
blank=True
. This is because when this system was created, emails were not collected so not all agreements have emails. When all agreements have an email this should be removed so that email is required.When this is changed, the email field in the
AgreementForm
informs.py
can be removedAsk the klubbmästare if all the old agreements in their folder in their desk have been removed and check in the admin pages on the production server if all users have an attached agreement
The text was updated successfully, but these errors were encountered: