From 133e5f3d197edfc31367d67895c5a61f50fa40bd Mon Sep 17 00:00:00 2001 From: Nicolas Le Goff Date: Thu, 27 Feb 2014 14:22:42 +0100 Subject: [PATCH] Add application to admin --- templates/web/admin/fields/index.html.twig | 2 +- templates/web/admin/index.html.twig | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/web/admin/fields/index.html.twig b/templates/web/admin/fields/index.html.twig index 55b3b803c7..9c70018ea7 100644 --- a/templates/web/admin/fields/index.html.twig +++ b/templates/web/admin/fields/index.html.twig @@ -21,4 +21,4 @@ {% include 'admin/fields/templates.html.twig' %} {# bootstrap admin field backbone application #} - + diff --git a/templates/web/admin/index.html.twig b/templates/web/admin/index.html.twig index 03534ce18b..a1cbd08ef7 100644 --- a/templates/web/admin/index.html.twig +++ b/templates/web/admin/index.html.twig @@ -194,11 +194,13 @@ } + + {% endblock %} {% block content %} -
+
{% include 'admin/tree.html.twig' %}