mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	layout fixes
This commit is contained in:
		| @@ -43,7 +43,7 @@ | |||||||
|     <h4>{% trans "Social Accounts" %}</h4> |     <h4>{% trans "Social Accounts" %}</h4> | ||||||
| </div> | </div> | ||||||
|  |  | ||||||
| <div class='row'> | <div> | ||||||
|     {% if form.accounts %} |     {% if form.accounts %} | ||||||
|     <p>{% blocktrans %}You can sign in to your account using any of the following third party accounts:{% endblocktrans %}</p> |     <p>{% blocktrans %}You can sign in to your account using any of the following third party accounts:{% endblocktrans %}</p> | ||||||
|      |      | ||||||
| @@ -81,7 +81,9 @@ | |||||||
|     {% endif %} |     {% endif %} | ||||||
|  |  | ||||||
|     <h3>{% trans 'Add a 3rd Party Account' %}</h3> |     <h3>{% trans 'Add a 3rd Party Account' %}</h3> | ||||||
|  |     <ul> | ||||||
|     {% include "socialaccount/snippets/provider_list.html" with process="connect" %} |     {% include "socialaccount/snippets/provider_list.html" with process="connect" %} | ||||||
|  |     </ul> | ||||||
|     {% include "socialaccount/snippets/login_extra.html" %} |     {% include "socialaccount/snippets/login_extra.html" %} | ||||||
|  |  | ||||||
| </div> | </div> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user