Project

General

Profile

« Previous | Next » 

Revision 8e8b10ae

Added by Serghei Mihai almost 7 years ago

manager: add test sms send (#20174)

View differences:

corbo/forms.py
81 81

  
82 82
class SendTestEmailForm(forms.Form):
83 83
    email = forms.EmailField()
84

  
85

  
86
class SendTestSMSForm(forms.Form):
87
    mobile = forms.CharField(label=_('Mobile number'))

Also available in: Unified diff