mirror of
https://github.com/skylanix/MamieHenriette.git
synced 2026-02-06 14:50:34 +01:00
extraction du modul database et creation de page vide
This commit is contained in:
6
webapp/templates/commandes.html
Normal file
6
webapp/templates/commandes.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% extends "template.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Configuration des Commandes.</h1>
|
||||
<p>TODO</p>
|
||||
{% endblock %}
|
||||
@@ -1,5 +1,7 @@
|
||||
{% extends "template.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Bienvenue sur l'interface d'administrationde Mamie.</h1>
|
||||
<h1>Bienvenue sur l'interface d'administration de Mamie.</h1>
|
||||
<p>Nous devons définir ce que nous souhaitons afficher sur la page d'acceuil. Peut-être l'historique des derniere
|
||||
modification ? de la modération ?</p>
|
||||
{% endblock %}
|
||||
6
webapp/templates/messages.html
Normal file
6
webapp/templates/messages.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% extends "template.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Configuration des Messages.</h1>
|
||||
<p>TODO</p>
|
||||
{% endblock %}
|
||||
6
webapp/templates/moderation.html
Normal file
6
webapp/templates/moderation.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% extends "template.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Modération.</h1>
|
||||
<p>TODO</p>
|
||||
{% endblock %}
|
||||
@@ -18,10 +18,9 @@
|
||||
<nav>
|
||||
<a href="/"><img src="/static/ico/favicon.ico"></a>
|
||||
<ul>
|
||||
<li><a href="/">Modération</a></li>
|
||||
<li><a href="/">Messages</a></li>
|
||||
<li><a href="/">Commandes</a></li>
|
||||
<li><a href="/">Configuration</a></li>
|
||||
<li><a href="/commandes">Commandes</a></li>
|
||||
<li><a href="/messages">Messages</a></li>
|
||||
<li><a href="/moderation">Modération</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user