mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
* remove javascript URIs for CSP #155 * remove javascript URIs for CSP Issue 155 Combining js error handling files.
This commit is contained in:
committed by
Raphael Michel
parent
689f78d03b
commit
5e3a8325ca
@@ -8,7 +8,7 @@
|
||||
<p>{% trans "If this problem persists, please contact us." %}</p>
|
||||
<p>{{ exception }}</p>
|
||||
<p class="links">
|
||||
<a href="javascript:history.back()">{% trans "Take a step back" %}</a>
|
||||
· <a href="javascript:location.reload()">{% trans "Try again" %}</a>
|
||||
<a id='goback' href='#'>{% trans "Take a step back" %}</a>
|
||||
· <a id='reload' href='#'>{% trans "Try again" %}</a>
|
||||
</p>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user