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" %}
|
{% include "common_files/navbar.html" %}
|
||||||
|
|
||||||
{% block contenu %}
|
{% block contenu %}{% endblock %}
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% include "common_files/footer.html" %}
|
{% include "common_files/footer.html" %}
|
||||||
|
|
||||||
{% include "common_files/include_foot.html" %}
|
{% include "common_files/include_foot.html" %}
|
||||||
|
|
||||||
|
{% block scripts %}{% endblock %}
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -154,7 +154,9 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include "common_files/contact.html" with responsable="Nathalie ROHRBACH, Directrice" email="ecole@musique-meyenheim.fr" %}
|
{% include "common_files/contact.html" with responsable="Nathalie ROHRBACH, Directrice" email="ecole@musique-meyenheim.fr" %}
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block scripts %}
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(function () {
|
$(function () {
|
||||||
$('[data-toggle="popover"]').popover({trigger: "hover"})
|
$('[data-toggle="popover"]').popover({trigger: "hover"})
|
||||||
|
Loading…
Reference in New Issue
Block a user