diff options
Diffstat (limited to 'workshop_app/forms.py')
-rw-r--r-- | workshop_app/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/workshop_app/forms.py b/workshop_app/forms.py index 158e9fa..86336f0 100644 --- a/workshop_app/forms.py +++ b/workshop_app/forms.py @@ -46,7 +46,7 @@ class UserRegistrationForm(forms.Form): position = forms.ChoiceField(help_text='Instructors, please wait \ for our admin approval, if your instructor \ account is not activated in 7 days, please\ - mail us at python[at]fossee[dot]in', + mail us at workshops[at]fossee[dot]in', choices=position_choices ) |