This commit is contained in:
Sebastien Laithier
2022-08-18 10:19:10 +02:00
parent 323f0c840e
commit 31fa8f3e9c
106 changed files with 61 additions and 367 deletions

View File

@@ -0,0 +1,14 @@
{% extends "squeleton.html" %}
{% block page_content %}
<div class="row">
<div class="col-lg-12">
<h1>404 <small>page not found</small></h1>
<br><br>
<a href="{% url 'index' %}" class="btn btn-primary">Back to main page</a>
</div>
</div>
{% endblock %}