Skip to content

Commit

Permalink
Comment out the example partner messages
Browse files Browse the repository at this point in the history
These aren't ready to go yet, but demonstrate how to add them when we
are ready, so I think leaving them as comments is appropriate
  • Loading branch information
exonian committed Aug 7, 2020
1 parent cf13856 commit 5bd804c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions cla_public/apps/checker/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,13 +486,13 @@ def __init__(self, *args, **kwargs):
amount_message=_(
u"Tell us how much other income you receive"
), # this is followed by the time period, e.g. "... each week"
partner_message=_(
u"Enter the total amount of other income your partner receives, or 0 if this doesn’t apply to them"
),
partner_freq_message=_(u"Tell us how often your partner receives this other income"),
partner_amount_message=_(
u"Tell us how much other income your partner receives"
), # this is followed by the time period, e.g. "... each week"
# partner_message=_(
# u"Enter the total amount of other income your partner receives, or 0 if this doesn’t apply to them"
# ),
# partner_freq_message=_(u"Tell us how often your partner receives this other income"),
# partner_amount_message=_(
# u"Tell us how much other income your partner receives"
# ), # this is followed by the time period, e.g. "... each week"
)
],
)
Expand Down

0 comments on commit 5bd804c

Please sign in to comment.