From fb074e63442c35c8ec400789b47dab651398c361 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Gali=C4=87?= Date: Fri, 14 Sep 2018 21:44:32 +0200 Subject: [PATCH] render SafeString thru |safe thanks again to @fdb-hiroshima for pointing me in the right direction! --- templates/instance/admin.html.tera | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/instance/admin.html.tera b/templates/instance/admin.html.tera index b35ddcdd..a3fc592f 100644 --- a/templates/instance/admin.html.tera +++ b/templates/instance/admin.html.tera @@ -23,10 +23,10 @@ - + - + {{ macros::input(name="default_license", label="Default license", errors=errors, form=form, props='minlenght="1"', default=instance) }}