]> git.parisson.com Git - teleforma.git/commitdiff
https://trackers.pilotsystems.net/prebarreau/0253 : hide webclass remaining slots
authorYoan Le Clanche <yoanl@pilotsystems.net>
Tue, 7 Sep 2021 09:37:43 +0000 (11:37 +0200)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Tue, 7 Sep 2021 09:37:43 +0000 (11:37 +0200)
teleforma/webclass/templates/webclass/appointments.html

index 637b1c4b321d3bed8ccd3f07625a991698fb5628..a052a298417761ca46b8c69576015fefa8227175 100644 (file)
@@ -60,7 +60,7 @@
             <tr>
                 <th>Horaire</th>
                 <th>Professeur</th>
-                <th>Places restantes</th>
+                {% comment %} <th>Places restantes</th> {% endcomment %}
                 <th>Inscription</th>
             </tr>
         </thead>
@@ -73,9 +73,9 @@
                 <td>
                 {{slot.professor}}
                 </td>
-                <td>
+                {% comment %} <td>
                 {{slot.remaining_participant_slot}}
-                </td>
+                </td> {% endcomment %}
 
                 <td>
                     <form class="booking_form" method="POST">