make about imprint link target=_blank
This commit is contained in:
parent
dbdfcf3c7f
commit
2fea67f5a8
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue