Skip to content

Commit

Permalink
Merge pull request #160 from womenhackfornonprofits/amend-new-challen…
Browse files Browse the repository at this point in the history
…ge-page

New challenge page helptext copy changes
  • Loading branch information
mybits authored Sep 9, 2018
2 parents 11fcf01 + 8821703 commit e71f074
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ocdaction/challenges/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ def __init__(self, *args, **kwargs):
kwargs.setdefault('label_suffix', '')
super(ChallengeForm, self).__init__(*args, **kwargs)
self.fields['challenge_name'].label = 'Your Fear'
self.fields['challenge_name'].help_text = 'This will be the name of your challenge and will appear in your challenge list page'
self.fields['challenge_name'].help_text = 'This will be the name of your challenge and will appear in your hierarchy list.'
self.fields['obsession'].label = 'Your Obsession'
self.fields['obsession'].help_text = 'What\'s the worry or thought that makes you anxious'
self.fields['obsession'].help_text = 'What\'s the worry or thought that makes you anxious?'
self.fields['compulsion'].label = 'Your Compulsion'
self.fields['compulsion'].help_text = 'What\'s the thing that you do to try to get rid of anxiety'
self.fields['compulsion'].help_text = 'What\'s the thing that you do to try to get rid of anxiety?'
self.fields['exposure'].label = 'Your Exposure'
self.fields['exposure'].help_text = 'What is your homework set by your therapist'
self.fields['exposure'].help_text = 'What is your homework set by your therapist?'

class AnxietyScoreCardForm(forms.ModelForm):

Expand Down

0 comments on commit e71f074

Please sign in to comment.