make about imprint link target=_blank

This commit is contained in:
Laura Klünder 2023-12-24 12:33:20 +01:00
parent dbdfcf3c7f
commit 2fea67f5a8

View file

@ -22,7 +22,7 @@
<p>Version: {{ version }}</p>
{% if imprint %}
<p><a href="{{ imprint }}">{% trans "Imprint" %}</a></p>
<p><a href="{{ imprint }}" target="_blank">{% trans "Imprint" %}</a></p>
{% endif %}
</main>
{% endblock %}