]> git.parisson.com Git - teleforma.git/commitdiff
Fix day display in popup message
authorYoan Le Clanche <yoanl@pilotsystems.net>
Fri, 3 Jul 2020 10:14:53 +0000 (12:14 +0200)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Fri, 3 Jul 2020 10:14:53 +0000 (12:14 +0200)
teleforma/webclass/templates/webclass/appointments.html

index ee24c41379b13b626fc99a2dcd3010887f7c4d2a..4afe293a5ab01606c74fd5107b90d26795713b80 100644 (file)
@@ -79,7 +79,7 @@
 
                 <td>
                     <form class="booking_form" method="POST">
-                        <span class="booking_date" style="display:none"><strong>{{slot.day}}</strong> de <strong>{{slot.start_hour|date:"H\hi"}}</strong> à <strong>{{slot.end_hour|date:"H\hi"}}</strong></span>
+                        <span class="booking_date" style="display:none"><strong>{{slot.get_day_display}}</strong> de <strong>{{slot.start_hour|date:"H\hi"}}</strong> à <strong>{{slot.end_hour|date:"H\hi"}}</strong></span>
                         {% csrf_token %}
                         <input type="hidden" name="slot_id" value="{{slot.id}}" />
                         {% if slot.participant_slot_available %}