-
-
Notifications
You must be signed in to change notification settings - Fork 146
Expand file tree
/
Copy path500.html
More file actions
21 lines (20 loc) · 601 Bytes
/
500.html
File metadata and controls
21 lines (20 loc) · 601 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{% extends 'base.html' %}
{% block content %}
<div class="container">
<div class="section indigo-text text-center error-container">
<h1>500</h1>
<p>
<b>
Oops! Aconteceu um problema com nosso servidor,
não se preocupe que já fomos notificados e trabalharemos para corrigir.
</b>
</p>
<p>
Caso o problema continue ocorrendo, entre em <a href="{% url
'core:contact' %}">contato</a> ou <a
href="https://github.com/turicas/brasil.io/issues/new">crie uma issue
em nosso repositório</a>.
</p>
</div>
</div>
{% endblock %}