From bdc937055c4e93e3cc4fe47fa7582e65a6b9931b Mon Sep 17 00:00:00 2001 From: Michael Allen Date: Fri, 22 Dec 2017 16:16:19 +0000 Subject: [PATCH] Allow specifying of a specific url for questions to post to --- templates/look-and-feel/layouts/check_your_answers.html | 2 +- templates/look-and-feel/layouts/question.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/look-and-feel/layouts/check_your_answers.html b/templates/look-and-feel/layouts/check_your_answers.html index 9b05fe5..a5bed96 100644 --- a/templates/look-and-feel/layouts/check_your_answers.html +++ b/templates/look-and-feel/layouts/check_your_answers.html @@ -58,7 +58,7 @@ {{ header('Now send your application', size='medium') }}

{{ pageContent.statementOfTruth | default(defaultContent.statementOfTruth) }}

{% endblock %} -
+ {% block statement_of_truth_fields %} {{ hiddenInput(fields.statementOfTruth, value=true) }} diff --git a/templates/look-and-feel/layouts/question.html b/templates/look-and-feel/layouts/question.html index cb0e61b..0d68652 100644 --- a/templates/look-and-feel/layouts/question.html +++ b/templates/look-and-feel/layouts/question.html @@ -13,7 +13,7 @@ {{ header(title, size='large') }} - + {%- if fields.validated and not fields.valid -%}