Add missing <script> tag in bda/participants.html

This commit is contained in:
Martin Pépin 2020-01-18 12:20:39 +01:00
parent 28cb35e0b0
commit fb3f6b9073
No known key found for this signature in database
GPG key ID: E7520278B1774448

View file

@ -56,6 +56,7 @@
<a href="{% url 'bda-rappels' spectacle.id %}">Page d'envoi manuel des mails de rappel</a>
</div>
<script type="text/javascript">
function toggle(id) {
var pre = document.getElementById(id) ;
pre.style.display = pre.style.display == "none" ? "block" : "none" ;