Revision 835e2ee3 snf-astakos-app/astakos/im/forms.py

b/snf-astakos-app/astakos/im/forms.py
241 241
    )
242 242
    email = forms.EmailField(
243 243
        label='Contact email',
244
        help_text = 'We will use this email to contact you'
244
        help_text = 'This is needed for contact purposes. It doesn't need to be the same with the one you provided to login previously. '
245 245
    )
246 246

  
247 247
    class Meta:

Also available in: Unified diff