Error pages update
This commit is contained in:
parent
684fe20d24
commit
287716276d
3 changed files with 10 additions and 4 deletions
|
@ -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 %}
|
||||
|
|
|
@ -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 %}
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue