Skip to content

Commit

Permalink
Merge pull request #4781 from dojutsu-user/add-help-text-adopting-pro…
Browse files Browse the repository at this point in the history
…ject

Add help_text in the form for adopting a project
  • Loading branch information
ericholscher committed Oct 31, 2018
2 parents 521afbe + c3c954c commit dedcaee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readthedocs/gold/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ def get_subscription(self):
class GoldProjectForm(forms.Form):
project = forms.CharField(
required=True,
help_text='Enter the project\'s slug'
)

def __init__(self, *args, **kwargs):
Expand Down

0 comments on commit dedcaee

Please sign in to comment.