# 177 Impressum link
* adds impressum link to footer
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user