Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
srh-sloan committed Oct 2, 2024
2 parents f086966 + 17bc993 commit 51fafc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/export_config/generate_fund_round_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def generate_application_display_config(round_id):
FundSectionForm(
section_name=form.name_in_apply_json,
form_name_json=form.runner_publish_name,
tree_path=f"{round_base_path}.{section.index}.{form.section_index}",
tree_path=f"{application_base_path}.{section.index}.{form.section_index}",
).as_dict()
)
return ordered_sections
Expand Down

0 comments on commit 51fafc7

Please sign in to comment.