Skip to content

Commit

Permalink
add folder path web001 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
karissarjacobsen authored Oct 17, 2024
1 parent 9487199 commit e2d5e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/webforms/views/eg001_create_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ def get_web_form_create_view():
"webforms/eg001_web_form_create.html",
title=example["ExampleName"],
example=example,
description=additional_page_data["ResultsPageText"]
description=additional_page_data["ResultsPageText"].format("app/static/demo_documents")
)

0 comments on commit e2d5e6d

Please sign in to comment.