Give the main structure and begin inventory app

This commit is contained in:
Guillaume Bertholon 2020-10-11 22:16:00 +02:00
parent 2ec3c5ce05
commit 8843c07a6a
71 changed files with 5460 additions and 5 deletions

View file

@ -0,0 +1,7 @@
{% extends "base_minimal.html" %}
{% block "content" %}
<h1>Page introuvable</h1>
<p>La page que vous avez demandée n'existe plus ou n'a jamais existé.</p>
<p>Vous pouvez retourner sur la <a href="{% url "mainsite:home" %}">page d'accueil</a>.</p>
{% endblock %}