From afc37cc2077e519286b0f0eac85342b45acd09a6 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Mon, 19 Jun 2017 18:16:39 +0000 Subject: [PATCH] Added a guard around rendering of group.ad_role, which isn't always set. - Legacy-Id: 13681 --- ietf/templates/group/active_wgs.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ietf/templates/group/active_wgs.html b/ietf/templates/group/active_wgs.html index 1c0cd5790..48cf3797a 100644 --- a/ietf/templates/group/active_wgs.html +++ b/ietf/templates/group/active_wgs.html @@ -63,8 +63,10 @@ {{ group.acronym }} + {% if group.ad_role %} {{ group.ad_role.person.plain_name.split.0 }} + {% endif %} {{ group.name }}