forked from DGNum/gestioCOF
Minor error
This commit is contained in:
parent
675ff99414
commit
65341f0ecb
1 changed files with 2 additions and 1 deletions
|
@ -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) ;
|
||||
|
|
Loading…
Reference in a new issue