Intégration des temp dans error.
This commit is contained in:
parent
4b1f663654
commit
4312767746
@ -1,16 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>404 Not Found - Sauveuteurs du dunkerquois</title>
|
||||
<link href="../static/style.css" rel="stylesheet" type="text/css" />
|
||||
<link rel="icon" type="image/png" href="../static/favicon.png" />
|
||||
{% include 'head.html' %}
|
||||
</head>
|
||||
<body>
|
||||
<header id="banner">
|
||||
<img src="../static/icon.png" width="150" height="75">
|
||||
<span id="logo_title">Sauveuteurs du dunkerquois</span>
|
||||
</header>
|
||||
{% include 'smallheader.html' %}
|
||||
<h1>Page introuvable !</h1>
|
||||
<p>Retour à <a href="/home">la page d'accueil</a>.</p>
|
||||
</body>
|
||||
|
16
templates/modification.html
Normal file
16
templates/modification.html
Normal file
@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>{{nom}} {{prenom}} - Sauveuteurs du dunkerquois</title>
|
||||
{% include 'head.html' %}
|
||||
</head>
|
||||
<body>
|
||||
{% include "smallheader.html" %}
|
||||
<h1>Proposer une modification :</h1>
|
||||
<form action="modification.php" method="post">
|
||||
<input type="text" name="nom" placeholder="Votre nom (facultatif)">
|
||||
<input type="text" name="prenom" placeholder="Votre prénom (facultatif)">
|
||||
<input type="text" name="article" placeholder="Nom de l'article à modifier" required>
|
||||
<input type="text" name="modif" placeholder="Modification suggérée" required>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
@ -4,7 +4,7 @@
|
||||
<span id="logo_title">Sauveteurs du Dunkerquois</span>
|
||||
</header></a>
|
||||
<br>
|
||||
<a href="https://www.google.com/">Proposer une modification</a>
|
||||
<a href="/modification">Proposer une modification</a>
|
||||
<form action="/search" class="searchbar" method="post">
|
||||
<input type="text" name="search" value="" placeholder="Rechercher des sauveteurs, des bateaux, des expéditions..." size="40" required>
|
||||
<input type="submit" value="Rechercher">
|
||||
|
Loading…
Reference in New Issue
Block a user