forked from CGM_Public/pretix_original
Remove pretix logo from error 500 pages
It triggers to many calls to our support if a self-hosted system is down where we can do nothing at all...
This commit is contained in:
@@ -22,6 +22,5 @@
|
|||||||
<a id='goback' href='#'>{% trans "Take a step back" %}</a>
|
<a id='goback' href='#'>{% trans "Take a step back" %}</a>
|
||||||
· <a id='reload' href='#'>{% trans "Try again" %}</a>
|
· <a id='reload' href='#'>{% trans "Try again" %}</a>
|
||||||
</p>
|
</p>
|
||||||
<img src="{% static "pretixbase/img/pretix-logo.svg" %}" class="logo"/>
|
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user