From 118bac0591eceb86f3db4851a1488b78bbee91b1 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 25 Aug 2021 00:08:50 +0200 Subject: [PATCH] fix layout --- InvenTree/templates/registration/login.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/InvenTree/templates/registration/login.html b/InvenTree/templates/registration/login.html index 1d3f261394..7e0f76b00b 100644 --- a/InvenTree/templates/registration/login.html +++ b/InvenTree/templates/registration/login.html @@ -85,17 +85,16 @@ {% endif %} - -
+ + {% get_providers as socialaccount_providers %} {% if socialaccount_providers %} -

{% trans 'Login with provider' %}

+

{% for provider in socialaccount_providers %} - {{ provider.name }} - + {% blocktrans with name=provider.name %}Login with {{name}}{% endblocktrans%} {% endfor %}