From d458ca2f8d137f877883bc1f0c5cd3c59403ac26 Mon Sep 17 00:00:00 2001 From: Cong Liu Date: Sat, 19 Jul 2014 14:59:13 +0000 Subject: [PATCH] Changed the template to highlight groups from different areas instead of the same area. Fixes ticket #1368. Commit ready for merge. - Legacy-Id: 8114 --- ietf/templates/meeting/requests.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/templates/meeting/requests.html b/ietf/templates/meeting/requests.html index 55acb80f8..204072c5c 100644 --- a/ietf/templates/meeting/requests.html +++ b/ietf/templates/meeting/requests.html @@ -55,7 +55,7 @@ th { text-align: right; vertical-align: text-top; } {% if session.group.ad %}{{session.group.ad}} {%endif%} - {%if session.requested_duration%}{% for constraint in session.constraints %}{%ifchanged%}{%endifchanged%} {% if constraint %} {% if not forloop.first %}, {%endif%}{{constraint.brief_display}}{% if constraint.target.parent.id == constraint.source.parent.id%} ({{constraint.target.parent.acronym}}){%endif%} {% endif %} {% endfor %}{%endif%} + {%if session.requested_duration%}{% for constraint in session.constraints %}{%ifchanged%}{%endifchanged%} {% if constraint %} {% if not forloop.first %}, {%endif%}{{constraint.brief_display}}{% if constraint.target.parent.id != constraint.source.parent.id and not constraint.person %} ({{constraint.target.parent.acronym}}){%endif%} {% endif %} {% endfor %}{%endif%} {% if session.comments %}{{session.comments|linebreaksbr}}{% endif %} {% endif %}