Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GraceDB Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IGWN Computing and Software
GraceDB
GraceDB Server
Commits
5dd502e0
Commit
5dd502e0
authored
8 years ago
by
Tanner Prestegard
Committed by
Alexander Pace
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
adding help text to phone field in contact form
parent
cc5f9e9e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1
Add voice/SMS contacts with Twilio
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
userprofile/forms.py
+4
-2
4 additions, 2 deletions
userprofile/forms.py
with
4 additions
and
2 deletions
userprofile/forms.py
+
4
−
2
View file @
5dd502e0
...
...
@@ -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.
'
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment