Nettoyage du code.
This commit is contained in:
parent
91d680148b
commit
020b282908
@ -1,9 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!--- Variables
|
||||
date
|
||||
evenement
|
||||
!-->
|
||||
<!-- saved from url=(0055)file:///C:/Users/rugja/Marin/templates/bateau_temp.html -->
|
||||
<html><head>
|
||||
<title>{{siecle}}- Sauveuteurs du dunkerquois</title>
|
||||
{% include 'head.html' %}
|
||||
@ -11,4 +6,5 @@ evenement
|
||||
<body>
|
||||
{% include "smallheader.html" %}
|
||||
<h1>{{siecle}}</h1>
|
||||
</body></html>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,12 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!--- Variables
|
||||
nom
|
||||
prenom
|
||||
date
|
||||
place
|
||||
histoire
|
||||
!-->
|
||||
<!-- saved from url=(0055)file:///C:/Users/rugja/Marin/templates/bateau_temp.html -->
|
||||
<html><head>
|
||||
<title>{{nom}}{{prenom}}- Sauveuteurs du dunkerquois</title>
|
||||
{% include 'head.html' %}
|
||||
@ -35,7 +27,5 @@ histoire
|
||||
<td>{{place}}</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
|
||||
|
||||
|
||||
</body></html>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,15 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!--- Variables
|
||||
nom
|
||||
prenom
|
||||
date_naissance
|
||||
date_deces
|
||||
nb_sauvetages
|
||||
nb_sauves
|
||||
gratifications
|
||||
description
|
||||
!-->
|
||||
|
||||
<head>
|
||||
<title>{{nom}} {{prenom}} - Sauveuteurs du dunkerquois</title>
|
||||
{% include 'head.html' %}
|
||||
|
@ -1,10 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!--- Variables
|
||||
nom
|
||||
date
|
||||
evenement
|
||||
!-->
|
||||
<!-- saved from url=(0055)file:///C:/Users/rugja/Marin/templates/bateau_temp.html -->
|
||||
<html><head>
|
||||
<title>{{nom}} - Sauveuteurs du dunkerquois</title>
|
||||
{% include 'head.html' %}
|
||||
@ -30,5 +24,7 @@ evenement
|
||||
<td>{{Evenement}}</td>
|
||||
<td>{{Evenement}}</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
</body></html>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user