- Ajout Entity Avis

- Déplacement js dans le dossier public
This commit is contained in:
2025-02-13 23:11:54 +01:00
parent da9e7057bc
commit 85b5c6eb91
5 changed files with 38 additions and 28 deletions

View File

@ -268,6 +268,8 @@ document.querySelectorAll('.like-button').forEach(button => {
{% endfor %}
});
</script>
{% endblock %}