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:
Raphael Michel
2021-06-20 09:21:42 +02:00
parent 4508745feb
commit 038413be88

View File

@@ -22,6 +22,5 @@
<a id='goback' href='#'>{% trans "Take a step back" %}</a>
&middot; <a id='reload' href='#'>{% trans "Try again" %}</a>
</p>
<img src="{% static "pretixbase/img/pretix-logo.svg" %}" class="logo"/>
</div>
{% endblock %}