Skip to content

Commit

Permalink
update access to fields
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaylor7 committed Sep 11, 2017
1 parent 8cdbdfd commit 4478d74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/test-app/views/Question.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

{% block fields %}

{{ textbox(fields.firstName, "First name(s)", hint="Include all middle names here") }}
{{ textbox(fields.lastName, "Last name(s)") }}
{{ textbox(fields.get('firstName'), "First name(s)", hint="Include all middle names here") }}
{{ textbox(fields.get('lastName'), "Last name(s)") }}

{% endblock %}

0 comments on commit 4478d74

Please sign in to comment.