Fix template syntax
All checks were successful
/ Ansible Lint (push) Successful in 2m8s

This commit is contained in:
Stefan Bethke 2026-02-22 18:37:16 +01:00
commit ac013ca8a1

View file

@ -25,9 +25,7 @@
<span class="fa fa-bars"></span> <span class="fa fa-bars"></span>
</button> </button>
<a class="navbar-brand me-0 me-lg-2 flex-grow-1" href="{% url 'list_index' %}"> <a class="navbar-brand me-0 me-lg-2 flex-grow-1" href="{% url 'list_index' %}">
{# {# <span><img src="{% static 'postorius/img/mailman_logo_small_trans.png' %}" alt="{% trans 'Mailman logo' %}"/> Postorius</span> #}
<span><img src="{% static 'postorius/img/mailman_logo_small_trans.png' %}" alt="{% trans 'Mailman logo' %}"/> Postorius</span>
#}
<span><img src="https://hamburg.ccc.de/images/logo.svg" alt="CCCHH"/> &nbsp; Mailing Lists</span> <span><img src="https://hamburg.ccc.de/images/logo.svg" alt="CCCHH"/> &nbsp; Mailing Lists</span>
</a> </a>
{% if not user.is_authenticated %} {% if not user.is_authenticated %}