1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
royalnet/templates/500.html

28 lines
880 B
HTML
Raw Permalink Normal View History

2018-07-21 20:50:49 +00:00
{% extends 'base.html' %}
2018-07-21 20:46:02 +00:00
{% block pagetitle %}
Internal Server Error
{% endblock %}
{% block body %}
<h1>
500 - Internal Server Error
</h1>
<p>
Il server è crashato mentre cercava di generare questa pagina. Oops.
</p>
2019-01-06 22:53:22 +00:00
<blockquote class="entry">
<div class="left">
<p>
<span class="text">I am sorry, unknown error occured during working with your request, Admin were notified</span>
</p>
<p>
<cite><a class="author" href="https://github.com/ProtoxiDe22/Octeon">OcteonRygBot</a>, <span class="timestamp">2017-09-14 14:11:00</span></cite>
</p>
</div>
2019-01-03 13:13:23 +00:00
</blockquote>
2018-07-21 20:46:02 +00:00
<p>
2019-01-03 13:13:23 +00:00
L'errore <i>dovrebbe</i> essere stato segnalato a Steffo.
2019-01-06 22:53:22 +00:00
Se riesci e ne hai voglia, spiegagli cosa ha provocato l'errore.
2018-07-21 20:46:02 +00:00
</p>
{% endblock %}