fix sidebar header

This commit is contained in:
Matthias 2021-11-22 20:24:38 +01:00
parent 933c420844
commit 72da18719f
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -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" %}