Release 6 (devel -> main) #26
1 changed files with 2 additions and 3 deletions
|
@ -24,11 +24,10 @@
|
||||||
<div class="dropDownList">
|
<div class="dropDownList">
|
||||||
<a class="button dropDownChoice" id="navBarBtnHistory" href="/history">{% translate "History" %}</a>
|
<a class="button dropDownChoice" id="navBarBtnHistory" href="/history">{% translate "History" %}</a>
|
||||||
<a class="button dropDownChoice" id="navBarBtnStatistics" href="/statistics">{% translate "Statistics" %}</a>
|
<a class="button dropDownChoice" id="navBarBtnStatistics" href="/statistics">{% translate "Statistics" %}</a>
|
||||||
{% if user.is_superuser %}
|
{% if user.is_superuser or user.is_staff %}
|
||||||
<a class="button dropDownChoice" href="/admin/">Admin Panel</a>
|
<a class="button dropDownChoice" href="/admin/">Admin Panel</a>
|
||||||
{% else %}
|
|
||||||
<a class="button dropDownChoice" href="/accounts/password_change/">{% translate "Change Password" %}</a>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<a class="button dropDownChoice" href="/accounts/password_change/">{% translate "Change Password" %}</a>
|
||||||
<a class="button dropDownChoice" href="/accounts/logout">{% translate "Logout" %}</a>
|
<a class="button dropDownChoice" href="/accounts/logout">{% translate "Logout" %}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue