Skip to content
Snippets Groups Projects
Commit 5dd502e0 authored by Tanner Prestegard's avatar Tanner Prestegard Committed by Alexander Pace
Browse files

adding help text to phone field in contact form

parent cc5f9e9e
No related branches found
No related tags found
1 merge request!1Add voice/SMS contacts with Twilio
......@@ -46,5 +46,7 @@ class TriggerForm(forms.ModelForm):
class ContactForm(forms.ModelForm):
class Meta:
model = Contact
exclude = ['user']
fields = ['desc','email','phone']
help_texts = {
'phone': 'Prototype service: may not be available in the future.'
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment