Made brand title into link to home view.

This commit is contained in:
2018-01-18 14:45:37 +01:00
parent f0a2237a37
commit 14f18b2333
3 changed files with 9 additions and 1 deletions

View File

@@ -30,7 +30,7 @@
<div id="page-header">
<a href="{% url 'dav_events:home' %}"><img class="brand" width="217" height="30"
src="{% static 'dav_events/img/brand.png' %}" /></a>
<span class="brand">{% trans 'Veranstaltungen' %}</span>
<span class="brand"><a href="{% url 'dav_events:home' %}">{% trans 'Veranstaltungen' %}</a></span>
</div>
<div id="page-body">