mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-03-15 02:07:36 +00:00
change icon
This commit is contained in:
parent
cdeb76d9f8
commit
bd9773a8af
@ -111,7 +111,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||||||
{% if "wrapped.wrapped"|model_list_length >= 1 %}
|
{% if "wrapped.wrapped"|model_list_length >= 1 %}
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
{% url 'wrapped:wrapped_list' as url %}
|
{% url 'wrapped:wrapped_list' as url %}
|
||||||
<a class="nav-link {% if request.path_info == url %}active{% endif %}" href="{{ url }}"><i class="fa fa-birthday-cake"></i> {% trans 'Wrapped' %}</a>
|
<a class="nav-link {% if request.path_info == url %}active{% endif %}" href="{{ url }}"><i class="fa fa-gift"></i> {% trans 'Wrapped' %}</a>
|
||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if request.user.is_authenticated %}
|
{% if request.user.is_authenticated %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user