File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 52
52
< li class ="nav-item ">
53
53
< a class ="nav-link " href ="{% url 'cities-list' %} "> {% trans "Cities" %}</ a >
54
54
</ li >
55
- {% if user.is_authenticated and user.is_superuser %}
56
- < li class ="nav-item ">
57
- < a class ="nav-link " href ="{% url 'device-list' %} "> {% trans "Devices" %}</ a >
58
- </ li >
59
- {% endif %}
60
55
{% endif %}
61
56
</ ul >
62
57
<!-- Right-side Navigation Items -->
90
85
</ a >
91
86
</ li >
92
87
{% if host != "arbeitsplatz.luftdaten.at" or host != "staging.arbeitsplatz.luftdaten.at" %}
93
- < li >
94
- < a class ="dropdown-item " href ="{% url 'workshops-my' %} ">
95
- {% trans "My Workshops" %}
96
- </ a >
97
- </ li >
88
+ < li >
89
+ < a class ="dropdown-item " href ="{% url 'workshops-my' %} ">
90
+ {% trans "My Workshops" %}
91
+ </ a >
92
+ </ li >
93
+ {% endif %}
94
+ {% if user.is_authenticated and user.is_superuser %}
95
+ < li > < hr class ="dropdown-divider "> </ li >
96
+ < li >
97
+ < a class ="dropdown-item " href ="{% url 'device-list' %} "> {% trans "Devices" %}</ a >
98
+ </ li >
98
99
{% endif %}
99
100
< li > < hr class ="dropdown-divider "> </ li >
100
101
< li >
You can’t perform that action at this time.
0 commit comments