Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajdarwin committed Jan 9, 2025
1 parent 6072595 commit ef6b8f6
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 and 'flag' not in call.long_name.lower():
if call.overall_budget_question:
divs.append(
Div(
Div('overall_budget', css_class='col-4'),
Expand Down

0 comments on commit ef6b8f6

Please sign in to comment.