fixes and improvements
This commit is contained in:
@@ -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'),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user