Skip to content

Commit

Permalink
update button text, add folder path (#188)
Browse files Browse the repository at this point in the history
* update button text, add folder path
  • Loading branch information
karissarjacobsen authored Oct 17, 2024
1 parent aabbd5a commit e1b00ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/webforms/controllers/eg001CreateInstance.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ eg001CreateInstance.getWebFormCreateController = (req, res) => {
eg: eg,
csrfToken: req.csrfToken(),
title: example.ExampleName,
description: additionalPageData.ResultsPageText,
description: formatString(additionalPageData.ResultsPageText, 'demo_documents'),
example: example,
});
};
4 changes: 2 additions & 2 deletions views/pages/webforms-examples/eg001WebFormCreate.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<% } %>

<input type="hidden" name="_csrf" value="<%- csrfToken %>">
<%- include("../../partials/submitButton") %>
<%- include("../../partials/continueButton") %>
</form>

<%- include("../../partials/examplesFoot") %>

0 comments on commit e1b00ba

Please sign in to comment.