base: ajouts scripts en fin de fichier

This commit is contained in:
nyanloutre 2019-11-01 22:04:11 +01:00
parent 7a3369eb28
commit 333400dc95
Signed by: nyanloutre
GPG Key ID: 194A92D1103ACB2A
2 changed files with 5 additions and 2 deletions

View File

@ -21,13 +21,14 @@
{% include "common_files/navbar.html" %}
{% block contenu %}
{% endblock %}
{% block contenu %}{% endblock %}
{% include "common_files/footer.html" %}
{% include "common_files/include_foot.html" %}
{% block scripts %}{% endblock %}
</body>
</html>

View File

@ -154,7 +154,9 @@
</div>
{% include "common_files/contact.html" with responsable="Nathalie ROHRBACH, Directrice" email="ecole@musique-meyenheim.fr" %}
{% endblock %}
{% block scripts %}
<script type="text/javascript">
$(function () {
$('[data-toggle="popover"]').popover({trigger: "hover"})