summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html4
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">