Disable hosted status on 500 pages

Fixes #1547
This commit is contained in:
Joseph Schorr 2016-06-16 16:27:18 -04:00
parent 614b9124ae
commit b73b534022
3 changed files with 4 additions and 1 deletions

View file

@ -83,7 +83,7 @@
<div class="water layer"></div>
</div>
<div class="information">
<img src="/static/img/Quay_horizontal_color.svg" style="max-height: 50px;">
<img src="{{ enterprise_logo or '/static/img/Quay_horizontal_color.svg' }}" style="max-height: 50px;">
{% block content %}
{% endblock %}