We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f3d94 commit 86b9010Copy full SHA for 86b9010
application/templates/questions/input.html
@@ -11,11 +11,11 @@ <h1 class="govuk-heading-xl">{{ form.input.label.text }}</h1>
11
12
{% for field in form if field.name != 'csrf_token' %}
13
<div class="govuk-form-group">
14
- {%- if field.description %}
+ {% if question.hint %}
15
<div id="" class="govuk-hint">
16
- {{ field.description }}
+ {{ question.hint }}
17
</div>
18
- {% endif -%}
+ {% endif %}
19
20
{{ field(class='govuk-input') }}
21
0 commit comments