Skip to content

Commit d013cbf

Browse files
committed
Adjust the python attribute name .domid to .dom_id in templates, to match the change in the python code.
- Legacy-Id: 7639
1 parent 5a4beaa commit d013cbf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/meeting/landscape_edit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
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 %}

ietf/templates/meeting/timeslot_edit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
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 %}

0 commit comments

Comments
 (0)