Minor error

This commit is contained in:
Martin Pépin 2017-02-11 20:43:49 +01:00
parent 675ff99414
commit 65341f0ecb

View file

@ -47,7 +47,8 @@
{% for participant in participants %}{{participant.name}} : {{participant.nb_places}} places
{% endfor %}
</pre>
<script type="text/javascript"
src="{% static "js/joequery-Stupid-Table-Plugin/stupidtable.js" %}"></script>
<script>
function toggle(id) {
var pre = document.getElementById(id) ;