From 6b4acbfa787d1ecef848f705d55da02ea26995a6 Mon Sep 17 00:00:00 2001 From: Djamil Legato Date: Thu, 2 Oct 2014 15:04:22 -0700 Subject: [PATCH] Fixed login submit form that was working only via button click --- themes/grav/templates/login.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/grav/templates/login.html.twig b/themes/grav/templates/login.html.twig index 5726f1c7..9986714d 100644 --- a/themes/grav/templates/login.html.twig +++ b/themes/grav/templates/login.html.twig @@ -8,7 +8,7 @@ {% include 'partials/messages.html.twig' %} -
+ {% for field in page.header.form.fields %} {% if field.type %}
@@ -17,7 +17,7 @@ {% endif %} {% endfor %}
- +