Updating template for the Legal Help Form to reflect the changes performed by a specalist provider when selecting and saving answers around 18 and under.
Any other changes that would benefit highlighting?
if ec["is_you_under_18"] and not ec["under_18_receive_regular_payment"]:
ec["under_18_investments_totalling"] = True
This code was created and is adding to simply the logic used in the jade template. Jade template is so old it can not handle & in it's if statements. This was a cleaner solution than having nested if conditions.
What does this pull request do?
Updating template for the Legal Help Form to reflect the changes performed by a specalist provider when selecting and saving answers around 18 and under.
Any other changes that would benefit highlighting?
This code was created and is adding to simply the logic used in the jade template. Jade template is so old it can not handle
&
in it's if statements. This was a cleaner solution than having nested if conditions.Checklist