Add talk end times to schedule
This commit is contained in:
parent
9c64a33fd2
commit
15dc9d346a
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
{% if forloop.last %}
|
||||
{% else %}
|
||||
<tr class="calendar-row">
|
||||
<td class="time"><p>{{ row.time|date:"h:iA" }}</p></td>
|
||||
<td class="time"><p>{{ row.time|date:"h:iA" }} <br />{{ row.end|date:"h:iA" }}</p></td>
|
||||
{% for slot in row.slots %}
|
||||
<td class="slot slot-{{ slot.kind.label }}" colspan="{{ slot.colspan }}" rowspan="{% if slot.rowspan > 1%}{{ slot.rowspan|add:-1 }}{% else %}1{% endif %}" >
|
||||
{% with slot.kind.label.lower as label %}
|
||||
|
|
Loading…
Reference in a new issue