Add missing <script> tag in bda/participants.html
This commit is contained in:
parent
28cb35e0b0
commit
fb3f6b9073
1 changed files with 1 additions and 0 deletions
|
@ -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" ;
|
||||
|
|
Loading…
Reference in a new issue