From efb71bc40caf8630f43dd46bf26626e4b7455cc9 Mon Sep 17 00:00:00 2001 From: Bat Date: Tue, 11 Sep 2018 19:33:16 +0100 Subject: [PATCH] Translate details in fields label --- templates/macros.html.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/macros.html.tera b/templates/macros.html.tera index 0dfc8648..0df495c8 100644 --- a/templates/macros.html.tera +++ b/templates/macros.html.tera @@ -30,7 +30,7 @@ {% if optional %} {{ "Optional" | _ }} {% endif %} - {{ details }} + {{ details | _ }} {% if errors is defined and errors[name] %} {% for err in errors[name] %}