mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-12-12 05:20:26 +00:00
Remove the admin panel from the top bar
It is available in the profile now
This commit is contained in:
parent
0eecccdf94
commit
baf1b0d137
@ -49,11 +49,6 @@
|
||||
<a href="/register" class="auth-links__link auth-links__register-link">{%s lc.Get("ui.register") %}</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% if u.Group == "admin" %}
|
||||
<li class="auth-links__box auth-links__admin-box">
|
||||
<a href="/admin" class="auth-links__link auth-links__admin-link">{%s lc.Get("ui.admin_panel") %}</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
{% endif %}
|
||||
</li>
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user