From 1772348d36acec61fb137800febff8ec0329a1d7 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 31 Aug 2021 07:49:38 +0200 Subject: [PATCH] layout fixes --- InvenTree/templates/InvenTree/settings/user.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/InvenTree/templates/InvenTree/settings/user.html b/InvenTree/templates/InvenTree/settings/user.html index f57221c9ac..1acad0bb87 100644 --- a/InvenTree/templates/InvenTree/settings/user.html +++ b/InvenTree/templates/InvenTree/settings/user.html @@ -43,7 +43,7 @@

{% trans "Social Accounts" %}

-
+
{% if form.accounts %}

{% blocktrans %}You can sign in to your account using any of the following third party accounts:{% endblocktrans %}

@@ -81,7 +81,9 @@ {% endif %}

{% trans 'Add a 3rd Party Account' %}

- {% include "socialaccount/snippets/provider_list.html" with process="connect" %} +
    + {% include "socialaccount/snippets/provider_list.html" with process="connect" %} +
{% include "socialaccount/snippets/login_extra.html" %}