Skip to content

Commit 8d2411f

Browse files
update folder path web001
2 parents e2c69e8 + e2d5e6d commit 8d2411f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/webforms/views/eg001_create_instance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@ def get_web_form_create_view():
9898
"webforms/eg001_web_form_create.html",
9999
title=example["ExampleName"],
100100
example=example,
101-
description=additional_page_data["ResultsPageText"]
101+
description=additional_page_data["ResultsPageText"].format("app/static/demo_documents")
102102
)

0 commit comments

Comments
 (0)