Private
Public Access
1
0

fixes and improvements

This commit is contained in:
Sander Roosendaal
2020-05-24 10:29:06 +02:00
parent 012b641466
commit 6f5462f013
5 changed files with 44 additions and 19 deletions

View File

@@ -125,9 +125,9 @@ class EmailForm(forms.Form):
message = forms.CharField()
disqualificationreasons = (
('noimage','You did not attach a monitor screenshot or other photographic evidence as required'),
('suspicious','We doubt that you rowed this in the right boat class or type'),
('duplicate','This result looks like a duplicate entry'),
('noimage','No monitor screenshot or data evidence was included'),
('suspicious','The result is not plausible for the boat class or athlete gorup'),
('duplicate','Appears to be a duplicate entry'),
('other','Other Reason'),
)