Skip to content

Commit

Permalink
chore: update error 500 message (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
vncsna authored Sep 26, 2023
1 parent e07b24a commit aef8215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions basedosdados_api/core/templates/500.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
{% block content %}
<div class="d-flex flex-row-fluid flex-column bgi-size-cover bgi-position-center bgi-no-repeat p-10 p-sm-30">
<!--begin::Content-->
<h1 class="font-weight-boldest text-dark-75 mt-15" style="font-size: 10rem;text-align: center;">Acesso negado</h1>
<p class="font-size-h3 text-muted font-weight-normal" style="text-align: center;">Você não tem permissão para acessar essa página</p>
<h1 class="font-weight-boldest text-dark-75 mt-15" style="font-size: 10rem;text-align: center;">Erro de servidor</h1>
<p class="font-size-h3 text-muted font-weight-normal" style="text-align: center;">Por favor informe a equipe de plataforma</p>
<p class="font-size-h3 text-muted font-weight-normal" style="text-align: center;">Voltar para a <a href="{% url 'home' %}">página inicial</a></p>
<!--end::Content-->
</div>
Expand Down

0 comments on commit aef8215

Please sign in to comment.