base: ajouts scripts en fin de fichier
This commit is contained in:
parent
7a3369eb28
commit
333400dc95
@ -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>
|
||||
|
@ -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"})
|
||||
|
Loading…
Reference in New Issue
Block a user