diff --git a/InvenTree/templates/InvenTree/settings/user.html b/InvenTree/templates/InvenTree/settings/user.html index 922e9ebc79..f57221c9ac 100644 --- a/InvenTree/templates/InvenTree/settings/user.html +++ b/InvenTree/templates/InvenTree/settings/user.html @@ -2,6 +2,7 @@ {% load i18n %} {% load inventree_extras %} +{% load socialaccount %} {% block label %}account{% endblock %} @@ -38,6 +39,54 @@ +
{% blocktrans %}You can sign in to your account using any of the following third party accounts:{% endblocktrans %}
+ + + + + {% else %} +{% trans 'You currently have no social network accounts connected to this account.' %}
+ {% endif %} + +