mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
7 lines
263 B
HTML
7 lines
263 B
HTML
<img src="/static/img/ganked.jpg">
|
|
<p>Oops, it seems the server got ganked, CONCORD have been informed.</p>
|
|
|
|
{% if request.sentry.id %}
|
|
<p>Be helpful, drop a message to the TEST sysadmin guys with this ID: <strong>{{ request.sentry.id }}</strong></p>
|
|
{% endif %}
|