From 7d7705fefa1e46b9f0a6816fcb8f5f2d165bc3bf Mon Sep 17 00:00:00 2001 From: Flavio Copes Date: Fri, 21 Aug 2015 15:53:45 +0200 Subject: [PATCH] Correctly set the delete route --- themes/grav/templates/pages.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/grav/templates/pages.html.twig b/themes/grav/templates/pages.html.twig index 7e971387..611737b9 100644 --- a/themes/grav/templates/pages.html.twig +++ b/themes/grav/templates/pages.html.twig @@ -128,7 +128,7 @@ {{ "PLUGIN_ADMIN.COPY"|tu }} {{ "PLUGIN_ADMIN.MOVE"|tu }} {% if warn %} - {{ "PLUGIN_ADMIN.DELETE"|tu }} + {{ "PLUGIN_ADMIN.DELETE"|tu }} {% else %} {% endif %}