refonte django #3

Merged
nyanloutre merged 15 commits from refonte_django into master 2022-11-02 18:14:29 +01:00
2 changed files with 5 additions and 2 deletions
Showing only changes of commit 333400dc95 - Show all commits

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"})