File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 249249 </ th >
250250 {% for day in time_slices %}
251251 {% for slot in date_slices|lookup:day %}
252- < td id ="{{r.domid }}_{{day}}_{{slot.0|date:'Hi'}} " class ="day_{{day}} agenda-column-{{day}}-{{slot.0|date:'Hi'}} agenda_slot agenda_slot_unavailable " capacity ="{{r.capacity}} " > </ td >
252+ < td id ="{{r.dom_id }}_{{day}}_{{slot.0|date:'Hi'}} " class ="day_{{day}} agenda-column-{{day}}-{{slot.0|date:'Hi'}} agenda_slot agenda_slot_unavailable " capacity ="{{r.capacity}} " > </ td >
253253 {% endfor %}
254254 < td class ="day_{{day}} spacer {{day|date:'Y-m-d'}}-spacer "> </ td >
255255 {% endfor %}
Original file line number Diff line number Diff line change 141141 </ th >
142142 {% for day in time_slices %}
143143 {% for slot in date_slices|lookup:day %}
144- < td slot_time ="{{day}} {{slot.0|date:'H:i:s'}} " slot_duration ="{{slot.2}} " slot_room ="{{r.pk}} " id ="{{r.domid }}_{{day}}_{{slot.0|date:'Hi'}} " class ="day_{{day}} agenda-column-{{day}}-{{slot.0|date:'Hi'}} agenda_slot {% cycle 'agenda_slot_alt' '' %} agenda_slot_unavailable " > </ td >
144+ < td slot_time ="{{day}} {{slot.0|date:'H:i:s'}} " slot_duration ="{{slot.2}} " slot_room ="{{r.pk}} " id ="{{r.dom_id }}_{{day}}_{{slot.0|date:'Hi'}} " class ="day_{{day}} agenda-column-{{day}}-{{slot.0|date:'Hi'}} agenda_slot {% cycle 'agenda_slot_alt' '' %} agenda_slot_unavailable " > </ td >
145145 {% endfor %}
146146 < td class ="day_{{day}} spacer {{day|date:'Y-m-d'}}-spacer "> </ td >
147147 {% endfor %}
You can’t perform that action at this time.
0 commit comments