Nettoyage du code.

This commit is contained in:
Antoine Waehren 2021-12-03 05:17:01 +01:00
parent 91d680148b
commit 020b282908
4 changed files with 11 additions and 40 deletions

View File

@ -1,9 +1,4 @@
<!DOCTYPE html> <!DOCTYPE html>
<!--- Variables
date
evenement
!-->
<!-- saved from url=(0055)file:///C:/Users/rugja/Marin/templates/bateau_temp.html -->
<html><head> <html><head>
<title>{{siecle}}- Sauveuteurs du dunkerquois</title> <title>{{siecle}}- Sauveuteurs du dunkerquois</title>
{% include 'head.html' %} {% include 'head.html' %}
@ -11,4 +6,5 @@ evenement
<body> <body>
{% include "smallheader.html" %} {% include "smallheader.html" %}
<h1>{{siecle}}</h1> <h1>{{siecle}}</h1>
</body></html> </body>
</html>

View File

@ -1,12 +1,4 @@
<!DOCTYPE html> <!DOCTYPE html>
<!--- Variables
nom
prenom
date
place
histoire
!-->
<!-- saved from url=(0055)file:///C:/Users/rugja/Marin/templates/bateau_temp.html -->
<html><head> <html><head>
<title>{{nom}}{{prenom}}- Sauveuteurs du dunkerquois</title> <title>{{nom}}{{prenom}}- Sauveuteurs du dunkerquois</title>
{% include 'head.html' %} {% include 'head.html' %}
@ -35,7 +27,5 @@ histoire
<td>{{place}}</td> <td>{{place}}</td>
</tr> </tr>
</tbody></table> </tbody></table>
</body>
</html>
</body></html>

View File

@ -1,15 +1,4 @@
<!DOCTYPE html> <!DOCTYPE html>
<!--- Variables
nom
prenom
date_naissance
date_deces
nb_sauvetages
nb_sauves
gratifications
description
!-->
<head> <head>
<title>{{nom}} {{prenom}} - Sauveuteurs du dunkerquois</title> <title>{{nom}} {{prenom}} - Sauveuteurs du dunkerquois</title>
{% include 'head.html' %} {% include 'head.html' %}

View File

@ -1,10 +1,4 @@
<!DOCTYPE html> <!DOCTYPE html>
<!--- Variables
nom
date
evenement
!-->
<!-- saved from url=(0055)file:///C:/Users/rugja/Marin/templates/bateau_temp.html -->
<html><head> <html><head>
<title>{{nom}} - Sauveuteurs du dunkerquois</title> <title>{{nom}} - Sauveuteurs du dunkerquois</title>
{% include 'head.html' %} {% include 'head.html' %}
@ -30,5 +24,7 @@ evenement
<td>{{Evenement}}</td> <td>{{Evenement}}</td>
<td>{{Evenement}}</td> <td>{{Evenement}}</td>
</tr> </tr>
</tbody></table> </tbody>
</body></html> </table>
</body>
</html>