From 5d36b2329eee0905c7feab87b0c3ba3a1438e46f Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 27 May 2019 09:42:59 +0300 Subject: [PATCH] Flextype Box Plugin: Admin #125 #117 - Templates Controller/Views implementation --- .../admin/views/templates/extends/templates/index.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/site/plugins/admin/views/templates/extends/templates/index.html b/site/plugins/admin/views/templates/extends/templates/index.html index c03188c0..ea4164ae 100644 --- a/site/plugins/admin/views/templates/extends/templates/index.html +++ b/site/plugins/admin/views/templates/extends/templates/index.html @@ -12,20 +12,20 @@ {% if templates_list|length > 0 %} - {% for template in templates_list %} + {% for id in templates_list %} - {{ template }} + {{ id }} {{ tr('admin_template') }}
- {{ tr('admin_edit') }} + {{ tr('admin_edit') }}