1
0
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:
bouncepaw 2022-01-02 23:34:09 +05:00
parent 0eecccdf94
commit baf1b0d137
2 changed files with 456 additions and 478 deletions

View File

@ -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