Skip to content

Commit

Permalink
added flagship condition in overall budget
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajdarwin committed Jan 8, 2025
1 parent af28d14 commit 6072595
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def __init__(self, *args, **kwargs):
)
)

if call.overall_budget_question:
if call.overall_budget_question and 'flag' not in call.long_name.lower():
divs.append(
Div(
Div('overall_budget', css_class='col-4'),
Expand Down

0 comments on commit 6072595

Please sign in to comment.