summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorDenise sur Lya <sekhmet@lya>2021-02-18 20:05:29 +0100
committerDenise sur Lya <sekhmet@lya>2021-02-18 20:05:29 +0100
commitcf0d4c8c36224ca7059e99d03c25abaf694011d7 (patch)
tree2d1642c8576ee5d07dee33b399fae6ef05022b87 /templates/base.html
parenta680b2f78891692be215013481e167da2fffb5d8 (diff)
downloadoms-cf0d4c8c36224ca7059e99d03c25abaf694011d7.tar.gz
oms-cf0d4c8c36224ca7059e99d03c25abaf694011d7.tar.zst
oms-cf0d4c8c36224ca7059e99d03c25abaf694011d7.zip
extrapolation des courbes et calculs associés
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index dd4192a..53512d9 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -24,6 +24,13 @@
24 </div> 24 </div>
25 {% endif %} 25 {% endif %}
26 26
27 {% if beta %}
28 <div class="bandeau_beta">
29 <p>Attention !</p>
30 </p>Ceci est la version « Bêta-test » du site. Il se peut que l'outil ait un comportement inattendu ou buggue. Si vous ne savez pas ce que vous
31 faites là, retournez sur le site normal <a href="https://oms.syanni.eu">en cliquant ici</a></p>
32 </div>
33 {% endif %}
27 34
28 <div id="content"> 35 <div id="content">
29 {% block contenu %}{% endblock %} 36 {% block contenu %}{% endblock %}
@@ -37,7 +44,6 @@
37 <a href="/contact">Contact</a> | 44 <a href="/contact">Contact</a> |
38 <a href="/apropos">À propos</a> | 45 <a href="/apropos">À propos</a> |
39 <a href="/changelog">Changelog</a> 46 <a href="/changelog">Changelog</a>
40
41 </nav> 47 </nav>
42 48
43 </body> 49 </body>