From 8d7deb9d48519a2efebc84f9f5e88dd479424c7a Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Sun, 30 Aug 2020 18:56:51 +0200 Subject: [PATCH] Add textarea support to macros.field --- views/macros.njk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/views/macros.njk b/views/macros.njk index 0198f5a..8b6638d 100644 --- a/views/macros.njk +++ b/views/macros.njk @@ -70,6 +70,9 @@ {% endfor %} + {% elseif type == 'textarea' %} + {% else %}