Skip to content

Commit e05488c

Browse files
committed
https://trackers.pilotsystems.net/prebarreau/0253 : hide webclass remaining slots
1 parent afd95ce commit e05488c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

teleforma/webclass/templates/webclass/appointments.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h1>Inscription à la Webclasse "{{webclass.course.title}}"</h1>
6060
<tr>
6161
<th>Horaire</th>
6262
<th>Professeur</th>
63-
<th>Places restantes</th>
63+
{% comment %} <th>Places restantes</th> {% endcomment %}
6464
<th>Inscription</th>
6565
</tr>
6666
</thead>
@@ -73,9 +73,9 @@ <h1>Inscription à la Webclasse "{{webclass.course.title}}"</h1>
7373
<td>
7474
{{slot.professor}}
7575
</td>
76-
<td>
76+
{% comment %} <td>
7777
{{slot.remaining_participant_slot}}
78-
</td>
78+
</td> {% endcomment %}
7979

8080
<td>
8181
<form class="booking_form" method="POST">

0 commit comments

Comments
 (0)