Changeset - 15dc9d346aa6
[Not reviewed]
0 1 0
Tobias - 5 years ago 2018-12-08 06:25:24
tobias@localhost.localdomain
Add talk end times to schedule
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/symposion/schedule/_grid.html
Show inline comments
...
 
@@ -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 %}
0 comments (0 inline, 0 general)