diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 8 |
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> |