diff options
author | Denise sur Lya <sekhmet@lya> | 2020-07-28 00:19:54 +0200 |
---|---|---|
committer | Denise sur Lya <sekhmet@lya> | 2020-07-28 00:19:54 +0200 |
commit | 8b5845ffdbffa3cf291bfef8e224c1d81bdd09de (patch) | |
tree | 1741943e151131c590641bb7d4de9f963f2e4c1d /templates/base.html | |
parent | bc1faf7cc9cf3a6c41e077c361edcc93419cc77d (diff) | |
download | oms-8b5845ffdbffa3cf291bfef8e224c1d81bdd09de.tar.gz oms-8b5845ffdbffa3cf291bfef8e224c1d81bdd09de.tar.zst oms-8b5845ffdbffa3cf291bfef8e224c1d81bdd09de.zip |
Courbe de taille ajoutée + plein de params qui vont avec
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index 40a73b0..2fdd3b3 100644 --- a/templates/base.html +++ b/templates/base.html | |||
@@ -3,7 +3,7 @@ | |||
3 | <html lang="fr"> | 3 | <html lang="fr"> |
4 | <head> | 4 | <head> |
5 | <meta charset="UTF-8" > | 5 | <meta charset="UTF-8" > |
6 | <title>Courbe de poids OMS</title> | 6 | <title>Courbes de croissance OMS de l'enfant</title> |
7 | <link rel="stylesheet" href="static/style.css" type="text/css"> | 7 | <link rel="stylesheet" href="static/style.css" type="text/css"> |
8 | <script src="static/requetes.js"></script> | 8 | <script src="static/requetes.js"></script> |
9 | <script src="static/outilspage.js"></script> | 9 | <script src="static/outilspage.js"></script> |
@@ -12,7 +12,7 @@ | |||
12 | </head> | 12 | </head> |
13 | 13 | ||
14 | <body> | 14 | <body> |
15 | <h1>Courbe de poids OMS</h1> | 15 | <h1>Courbes de croissance « OMS » de l'enfant</h1> |
16 | 16 | ||
17 | {% if err.length != 0 %} | 17 | {% if err.length != 0 %} |
18 | <div id="warnings"> | 18 | <div id="warnings"> |