# students are not supposed to be able to make more than one flag per student
exceptExceptionase:
print("Students are not supposed to be able to make more than one flag per student.")
print(e)
# recognizably too complex
...
...
@@ -271,7 +272,10 @@ class UpdateStudent(LoginRequiredMixin, FormValidMessageMixin, FormView):
ifself.request.user.student.recent_changes()==2:
messages.add_message(self.request,messages.WARNING,'To safeguard everyone\'s privacy, you have just one remaining room change for the semester before you\'ll need to send us an email at roomlist@lists.srct.gmu.edu.')
msg="""To safeguard everyone\'s privacy, you have just one remaining room
change for the semester before you\'ll need to send us an email at