# 177 Impressum link

* adds impressum link to footer
This commit is contained in:
2022-06-21 14:27:32 +02:00
parent 1bbede0d12
commit 3f3ae4e31b
3 changed files with 5 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
<a href="{{ help_link }}" target="_blank">{% trans 'Help' %}</a>
</span>
<span class="col-sm-auto footer-link">
<a href="{% url 'home' %}">{% trans 'Impressum' %}</a>
<a href="{{ impressum_link }}" target="_blank">{% trans 'Impressum' %}</a>
</span>
<span class="col-sm-auto footer-link">
<a href="mailto:{{CONTACT_MAIL}}">{% trans 'Contact' %}</a>