Files
notifications-admin/app/templates
Chris Hill-Scott 3f41090a94 Fix duplicate labels on form inputs
It’s invalid HTML to have multiple labels nested within each other. This
was happening by accident because WTForms tries to be clever – when you
put `{{ field.label }}` in a template it prints a `<label>` tag for you,
not just the text of the label. But we put our own `<label>` tags in the
HTML to have more control of them.

This commit stops WTForms being so clever.
2017-02-14 11:55:46 +00:00
..
2016-11-14 14:53:06 +00:00
2017-02-14 11:55:27 +00:00
2017-02-08 11:35:35 +00:00