forked from CGM_Public/pretix_original
Use rel="noopener" with target="_blank". (#682)
Required reading: https://mathiasbynens.github.io/rel-noopener/
This commit is contained in:
committed by
Raphael Michel
parent
01585877d7
commit
e7f38abd77
@@ -1,7 +1,7 @@
|
||||
{% load i18n %}
|
||||
{% load safelink %}
|
||||
{% safelink "https://pretix.eu" as pretixurl %}
|
||||
{% with 'target="_blank" href="'|add:pretixurl|add:'"'|safe as a_attr %}
|
||||
{% with 'target="_blank" rel="noopener" href="'|add:pretixurl|add:'"'|safe as a_attr %}
|
||||
{% blocktrans trimmed %}
|
||||
powered by <a {{ a_attr }}>pretix</a>
|
||||
{% endblocktrans %}
|
||||
|
||||
Reference in New Issue
Block a user