Error pages update

This commit is contained in:
Tom Hubrecht 2021-07-13 02:30:24 +02:00
parent 684fe20d24
commit 287716276d
3 changed files with 10 additions and 4 deletions

View file

@ -3,10 +3,11 @@
{% block content %}
<p class="title">{% trans "Erreur 403" %}</p>
<h1 class="title">{% trans "Erreur 403" %}</h1>
<hr>
<div class="hero is-danger">
<div class="hero is-dark">
<div class="hero-body">
<div class="subtitle">
<span class="icon-text">
@ -18,4 +19,5 @@
</div>
</div>
</div>
{% endblock %}

View file

@ -3,7 +3,8 @@
{% block content %}
<p class="title">{% trans "Erreur 404" %}</p>
<h1 class="title">{% trans "Erreur 404" %}</h1>
<hr>
<div class="hero is-warning">
@ -18,4 +19,5 @@
</div>
</div>
</div>
{% endblock %}

View file

@ -3,7 +3,8 @@
{% block content %}
<p class="title">{% trans "Erreur 500" %}</p>
<h1 class="title">{% trans "Erreur 500" %}</h1>
<hr>
<div class="hero is-danger">
@ -18,4 +19,5 @@
</div>
</div>
</div>
{% endblock %}