Skip to content

Commit

Permalink
Merge pull request #555 from jfranciswebdesign/patch-1
Browse files Browse the repository at this point in the history
Add missing value (data) attribute
  • Loading branch information
joelanman authored Jul 19, 2018
2 parents 777994f + 09f4954 commit bd0dc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/views/examples/pass-data/vehicle-registration.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1 class="govuk-label-wrapper">
What is your vehicle registration number?
</label>
</h1>
<input class="govuk-input" id="registration-number" name="vehicle-registration" type="text">
<input class="govuk-input" id="registration-number" name="vehicle-registration" value="{{ data['vehicle-registration'] }}" type="text">
</div>

<button class="govuk-button">Continue</button>
Expand Down

0 comments on commit bd0dc30

Please sign in to comment.