From d7df66de8d8d6f751baf61d888cddc4da419d861 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Tue, 22 Aug 2017 21:18:48 +0200 Subject: [PATCH] Merge pull request #1195 from getgrav/grav-plugin-admin/fix-https-redirect Fix https -> http redirect issue --- themes/grav/templates/partials/login.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/grav/templates/partials/login.html.twig b/themes/grav/templates/partials/login.html.twig index 412c07f2..c89fdaf7 100644 --- a/themes/grav/templates/partials/login.html.twig +++ b/themes/grav/templates/partials/login.html.twig @@ -16,7 +16,7 @@
{% block form %}{% endblock %} - + {{ nonce_field('admin-form', 'admin-nonce')|raw }}