summaryrefslogtreecommitdiff
path: root/lib/contact_form/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/contact_form/forms.py')
-rw-r--r--lib/contact_form/forms.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/contact_form/forms.py b/lib/contact_form/forms.py
index 921d8ee..830db75 100644
--- a/lib/contact_form/forms.py
+++ b/lib/contact_form/forms.py
@@ -139,12 +139,12 @@ class ContactForm(forms.Form):
name = forms.CharField(max_length=100,
widget=forms.TextInput(attrs=attrs_dict),
- label=u'Your name')
+ label=u'Name:')
email = forms.EmailField(widget=forms.TextInput(attrs=dict(attrs_dict,
maxlength=200)),
- label=u'Your email address')
+ label=u'E-mail:')
body = forms.CharField(widget=forms.Textarea(attrs=attrs_dict),
- label=u'Your message')
+ label=u'Message:')
#from_email = settings.DEFAULT_FROM_EMAIL