mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
fix sidebar header
This commit is contained in:
parent
933c420844
commit
72da18719f
@ -2,7 +2,7 @@
|
||||
{% load static %}
|
||||
{% 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='user-display' text='{% trans "Display Settings" %}' icon="fa-desktop" %}
|
||||
@ -13,7 +13,7 @@
|
||||
|
||||
{% 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='login' text='{% trans "Login Settings" %}' icon="fa-fingerprint" %}
|
||||
|
Loading…
Reference in New Issue
Block a user