It seems that the mailman update is more complicated than I originally thought. So I decided to start with clean role and will slowly start adding new changes. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
5 lines
221 B
HTML
5 lines
221 B
HTML
{% load static %}
|
|
<a class="navbar-brand" href="{% url 'hk_root' %}"
|
|
title="{{ site_name|title }}" style="padding:8px 15px">
|
|
<img alt="{{ site_name|title }}" src="{% static 'logo-hyperkitty-fedora.png' %}" />
|
|
</a>
|