From d013cbf326a9265d473f19f85df8a82e445b1441 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Thu, 24 Apr 2014 22:38:59 +0000 Subject: [PATCH] Adjust the python attribute name .domid to .dom_id in templates, to match the change in the python code. - Legacy-Id: 7639 --- ietf/templates/meeting/landscape_edit.html | 2 +- ietf/templates/meeting/timeslot_edit.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ietf/templates/meeting/landscape_edit.html b/ietf/templates/meeting/landscape_edit.html index f8b4d3833..ffd401329 100644 --- a/ietf/templates/meeting/landscape_edit.html +++ b/ietf/templates/meeting/landscape_edit.html @@ -249,7 +249,7 @@ promiselist.push(ss_promise); {% for day in time_slices %} {% for slot in date_slices|lookup:day %} - + {% endfor %} {% endfor %} diff --git a/ietf/templates/meeting/timeslot_edit.html b/ietf/templates/meeting/timeslot_edit.html index 591b3271c..88cbc4457 100644 --- a/ietf/templates/meeting/timeslot_edit.html +++ b/ietf/templates/meeting/timeslot_edit.html @@ -141,7 +141,7 @@ promiselist.push(ts_promise); {% for day in time_slices %} {% for slot in date_slices|lookup:day %} - + {% endfor %} {% endfor %}