ezidam: header: dont put settings
This commit is contained in:
parent
cdcdba2b9a
commit
71643f6e37
1 changed files with 1 additions and 2 deletions
|
|
@ -40,9 +40,8 @@
|
||||||
<div class="dropdown-menu dropdown-menu-end dropdown-menu-arrow">
|
<div class="dropdown-menu dropdown-menu-end dropdown-menu-arrow">
|
||||||
{% if user.isAdmin == true %}
|
{% if user.isAdmin == true %}
|
||||||
<a href="/admin" class="dropdown-item">Admin panel</a>
|
<a href="/admin" class="dropdown-item">Admin panel</a>
|
||||||
{% endif %}
|
|
||||||
<a href="/settings" class="dropdown-item">Settings</a>
|
|
||||||
<div class="dropdown-divider"></div>
|
<div class="dropdown-divider"></div>
|
||||||
|
{% endif %}
|
||||||
<form action="/logout" method="post">
|
<form action="/logout" method="post">
|
||||||
<button type="submit" class="dropdown-item">Logout</button>
|
<button type="submit" class="dropdown-item">Logout</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue