From 5a0f5914b0d009819c3fa51d1d24c8d308b561b2 Mon Sep 17 00:00:00 2001 From: Pereira Ricardo Date: Mon, 14 Sep 2015 00:05:53 +0200 Subject: [PATCH] Missed translate for value If we used default and the value in the yaml need translation without this not working. --- themes/grav/templates/forms/fields/pages/pages.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/grav/templates/forms/fields/pages/pages.html.twig b/themes/grav/templates/forms/fields/pages/pages.html.twig index c8e73432..ff4f9b49 100644 --- a/themes/grav/templates/forms/fields/pages/pages.html.twig +++ b/themes/grav/templates/forms/fields/pages/pages.html.twig @@ -4,7 +4,7 @@ {% if field.options and depth == 0 %} {% for key, value in field.options %} - + {% endfor %} {% endif %}