From f72ba437946ae00a867c5727516cb98cde7c9a42 Mon Sep 17 00:00:00 2001 From: Matias Griese Date: Wed, 16 Mar 2016 14:22:08 +0200 Subject: [PATCH] Fix move page field --- themes/grav/templates/partials/page-move.html.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/grav/templates/partials/page-move.html.twig b/themes/grav/templates/partials/page-move.html.twig index 4ab50ade..10d7df7c 100644 --- a/themes/grav/templates/partials/page-move.html.twig +++ b/themes/grav/templates/partials/page-move.html.twig @@ -1,4 +1,5 @@ {% set form_id = form_id ? form_id : 'blueprints' %} +{% set scope = scope ?: 'data.' %}
{% for field in blueprints.fields %}