forked from CCCHH/ansible-infra
Fix template syntax
This commit is contained in:
parent
08101ccef1
commit
ac013ca8a1
1 changed files with 1 additions and 3 deletions
|
|
@ -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"/> Mailing Lists</span>
|
<span><img src="https://hamburg.ccc.de/images/logo.svg" alt="CCCHH"/> Mailing Lists</span>
|
||||||
</a>
|
</a>
|
||||||
{% if not user.is_authenticated %}
|
{% if not user.is_authenticated %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue