We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd95ce commit e05488cCopy full SHA for e05488c
teleforma/webclass/templates/webclass/appointments.html
@@ -60,7 +60,7 @@ <h1>Inscription à la Webclasse "{{webclass.course.title}}"</h1>
60
<tr>
61
<th>Horaire</th>
62
<th>Professeur</th>
63
- <th>Places restantes</th>
+ {% comment %} <th>Places restantes</th> {% endcomment %}
64
<th>Inscription</th>
65
</tr>
66
</thead>
@@ -73,9 +73,9 @@ <h1>Inscription à la Webclasse "{{webclass.course.title}}"</h1>
73
<td>
74
{{slot.professor}}
75
</td>
76
- <td>
+ {% comment %} <td>
77
{{slot.remaining_participant_slot}}
78
- </td>
+ </td> {% endcomment %}
79
80
81
<form class="booking_form" method="POST">
0 commit comments