Give the main structure and begin inventory app
This commit is contained in:
parent
2ec3c5ce05
commit
8843c07a6a
71 changed files with 5460 additions and 5 deletions
7
mainsite/templates/404.html
Normal file
7
mainsite/templates/404.html
Normal 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue