mirror of
https://github.com/rjNemo/villafleurie
synced 2026-06-06 02:16:47 +00:00
500 page
This commit is contained in:
parent
f4c5816e2b
commit
86586ce5fc
3 changed files with 45 additions and 1 deletions
0
rental/templates/rental/404.html
Normal file
0
rental/templates/rental/404.html
Normal file
45
rental/templates/rental/500.html
Normal file
45
rental/templates/rental/500.html
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
{% extends 'rental/base.html' %} {% load static %} {% block content %}
|
||||
|
||||
<section class="intro-single">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 col-lg-8">
|
||||
<div class="title-single-box">
|
||||
<h1 class="title-single">Merci pour votre visite</h1>
|
||||
<span class="color-text-a"
|
||||
>Nous avons rencontré une erreur.<br />
|
||||
Nous nous recontactons rapidement !
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-12 col-lg-4">
|
||||
<nav
|
||||
aria-label="breadcrumb"
|
||||
class="breadcrumb-box d-flex justify-content-lg-end"
|
||||
>
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item">
|
||||
<a href="{% url 'rental:index' %}">Accueil</a>
|
||||
</li>
|
||||
<li class="breadcrumb-item active" aria-current="page">
|
||||
Erreur
|
||||
</li>
|
||||
</ol>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
<div class="property-summary">
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
<div class="col-md-12 mb-1">
|
||||
<a href="{% url 'rental:index' %}"
|
||||
><button class="btn btn-a">Retour à l'accueil</button></a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{% endblock %}
|
||||
|
|
@ -1 +0,0 @@
|
|||
Empty file
|
||||
Loading…
Reference in a new issue