2018-05-09 21:09:52 +02:00
|
|
|
{% extends "errors/base" %}
|
|
|
|
|
|
|
|
{% block error %}
|
|
|
|
<h1>Something broke on our side.</h1>
|
2018-05-19 16:26:56 +02:00
|
|
|
<p>Sorry about that. If you think this is a bug, please report it.</p>
|
2018-05-09 21:09:52 +02:00
|
|
|
{% endblock error %}
|