Files
notifications-admin/app
Ben Thorner 09899eb99d Replay falsey values in input fields
Currently an integer of 0 doesn't get shown because it fails the
truthiness check in the govuk-frontend template [^1]. Note that
we can't just do str(value) as for None this would be "None".

[^1]: fd4952f1c0/src/govuk/components/input/template.njk (L51)
2022-03-01 13:57:56 +00:00
..
2022-03-01 13:57:56 +00:00