mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 04:26:44 +00:00
fix sidebar header
This commit is contained in:
parent
933c420844
commit
72da18719f
@ -2,7 +2,7 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
{% load inventree_extras %}
|
{% load inventree_extras %}
|
||||||
|
|
||||||
{% include "sidebar_header.html" with text="User Settings" icon='fa-user' %}
|
{% include "sidebar_header.html" with text='{% trans "User Settings" %} icon='fa-user' %}
|
||||||
|
|
||||||
{% include "sidebar_item.html" with label='account' text='{% trans "Account Settings" %}' icon="fa-cog" %}
|
{% include "sidebar_item.html" with label='account' text='{% trans "Account Settings" %}' icon="fa-cog" %}
|
||||||
{% include "sidebar_item.html" with label='user-display' text='{% trans "Display Settings" %}' icon="fa-desktop" %}
|
{% include "sidebar_item.html" with label='user-display' text='{% trans "Display Settings" %}' icon="fa-desktop" %}
|
||||||
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
{% if user.is_staff %}
|
{% if user.is_staff %}
|
||||||
|
|
||||||
{% include "sidebar_header.html" with text="Global Settings" icon='fa-cogs' %}
|
{% include "sidebar_header.html" with text='{% trans "Global Settings" %} icon='fa-cogs' %}
|
||||||
|
|
||||||
{% include "sidebar_item.html" with label='server' text='{% trans "Server Configuration" %}' icon="fa-server" %}
|
{% include "sidebar_item.html" with label='server' text='{% trans "Server Configuration" %}' icon="fa-server" %}
|
||||||
{% include "sidebar_item.html" with label='login' text='{% trans "Login Settings" %}' icon="fa-fingerprint" %}
|
{% include "sidebar_item.html" with label='login' text='{% trans "Login Settings" %}' icon="fa-fingerprint" %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user