Update base.html
This commit is contained in:
@@ -35,11 +35,6 @@
|
||||
<a class="nav-link text-white" href="{{ url_for('main.notifications') }}">
|
||||
<i class="fas fa-bell text-xl" style="width: 2rem; height: 2rem; display: flex; align-items: center; justify-content: center;"></i>
|
||||
</a>
|
||||
{% if current_user.is_admin %}
|
||||
<a class="nav-link text-white" href="{{ url_for('main.settings') }}">
|
||||
<i class="fas fa-cog text-xl" style="width: 2rem; height: 2rem; display: flex; align-items: center; justify-content: center;"></i>
|
||||
</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="dropdown">
|
||||
<a class="nav-link d-flex align-items-center gap-2 d-lg-none" href="{{ url_for('main.profile') }}">
|
||||
|
||||
Reference in New Issue
Block a user