1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-03-14 17:57:39 +00:00

change icon

This commit is contained in:
quark 2025-03-05 13:28:55 +01:00
parent cdeb76d9f8
commit bd9773a8af

View File

@ -111,7 +111,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
{% if "wrapped.wrapped"|model_list_length >= 1 %}
<li class="nav-item">
{% 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>
{% endif %}
{% if request.user.is_authenticated %}