Suppression Kfet et traduction (+fix notequal)

This commit is contained in:
Jean-Baptiste Doderlein 2023-11-08 10:58:23 +01:00
parent b280647c35
commit 55417313c0
14 changed files with 6844 additions and 3276 deletions

View file

@ -66,7 +66,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
<a class="nav-link {% if request.path_info == url %}active{% endif %}" href="{{ url }}"><i class="fa fa-coffee"></i> {% trans 'Consumptions' %}</a>
</li>
{% endif %}
{% if user.is_authenticated and user|is_member:"Kfet" %}
{% if user.is_authenticated and user|is_member:"Sinfonie" %}
<li class="nav-item">
{% url 'note:transfer' as url %}
<a class="nav-link {% if request.path_info == url %}active{% endif %}" href="{{ url }}"><i class="fa fa-exchange"></i> {% trans 'Transfer' %} </a>