diff options
author | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2010-03-27 11:40:17 -0400 |
---|---|---|
committer | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2010-03-27 11:40:17 -0400 |
commit | c6f0f78483cf6ac0fd1e607db02f765c6efddc27 (patch) | |
tree | 1ed394461f5de742122c2a43424284edd7be1e29 /forum/authentication/forms.py | |
parent | 9413c12d2126d4f86f2340e458226e72c0d4ecec (diff) | |
download | askbot-c6f0f78483cf6ac0fd1e607db02f765c6efddc27.tar.gz askbot-c6f0f78483cf6ac0fd1e607db02f765c6efddc27.tar.bz2 askbot-c6f0f78483cf6ac0fd1e607db02f765c6efddc27.zip |
dos2unix
Diffstat (limited to 'forum/authentication/forms.py')
-rwxr-xr-x | forum/authentication/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forum/authentication/forms.py b/forum/authentication/forms.py index 7fa06b01..24e76c08 100755 --- a/forum/authentication/forms.py +++ b/forum/authentication/forms.py @@ -39,7 +39,7 @@ class TemporaryLoginRequestForm(forms.Form): class SimpleEmailSubscribeForm(forms.Form): SIMPLE_SUBSCRIBE_CHOICES = ( ('y',_('okay, let\'s try!')), - ('n',_('no OSQA community email please, thanks')) + ('n',_('no community email please, thanks')) ) subscribe = forms.ChoiceField(widget=forms.widgets.RadioSelect(), \ error_messages={'required':_('please choose one of the options above')}, |