diff --git a/ietf/templates/meeting/requests.html b/ietf/templates/meeting/requests.html index e8f97e8d0..442f83565 100644 --- a/ietf/templates/meeting/requests.html +++ b/ietf/templates/meeting/requests.html @@ -50,10 +50,10 @@ th { text-align: right; vertical-align: text-top; } {% if not session.requested_duration %}{{session.status}}{%else%} {{session.requested_duration|stringformat:"s"|slice:"0:4"}} {% endif %} {{session.attendees}} - {{session.requested_by}} + {{session.requested_by}} - {% if session.group.ad %}{{session.group.ad}} {%endif%} + {% if session.group.ad %}{{session.group.ad}} {%endif%} {%if session.requested_duration%}{% for constraint in session.constraints %}{%ifchanged%}{%endifchanged%} {{constraint.target.acronym}}{% if constraint.target.parent.id == constraint.source.parent.id%} ({{constraint.target.parent.acronym}}){%endif%}{%if not forloop.last %},{%endif%} {% endfor %}{%endif%} {% if session.comments %}{{session.comments|linebreaksbr}}{% endif %}