Skip to content

Commit

Permalink
update folder path web001
Browse files Browse the repository at this point in the history
  • Loading branch information
karissarjacobsen committed Oct 17, 2024
2 parents e2c69e8 + e2d5e6d commit 8d2411f
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 8d2411f

Please sign in to comment.