We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1b8b1 commit 955401aCopy full SHA for 955401a
app/views/vaccinate/consent.html
@@ -24,7 +24,7 @@
24
},
25
id: "consentName",
26
name: "consentName",
27
- value: (data.consentName | first)
+ value: ((data.consentName | first) if data.cosentName else "")
28
}) }}
29
30
{% endset %}
0 commit comments