From 8332c439ad2abef09681172a3c8aa3123098cea2 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Sat, 25 Apr 2020 09:38:25 +0200 Subject: [PATCH] Add validation attributes to select fields --- views/macros.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/macros.njk b/views/macros.njk index 6ba1583..034b77b 100644 --- a/views/macros.njk +++ b/views/macros.njk @@ -63,7 +63,7 @@ {% endfor %} {% elseif type == 'select' %} - {% for option in extraData %} {% endfor %}