diff --git a/ietf/templates/group/active_wgs.html b/ietf/templates/group/active_wgs.html index 6e5fd799f..cb102e831 100644 --- a/ietf/templates/group/active_wgs.html +++ b/ietf/templates/group/active_wgs.html @@ -29,19 +29,21 @@ {% endif %} - {% if area.urls %} + {% if area.urls.is_valid %}

{{ area.acronym }} area-specific web page{{ area.urls|pluralize}}

{% endif %} @@ -63,8 +65,8 @@
{{ group.acronym }}
{% if group.ad_role %} - {{ group.ad_role.person.plain_name.split.0 }} + {% endif %} {{ group.name }} @@ -97,4 +99,4 @@ {% block js %} -{% endblock %} +{% endblock %} \ No newline at end of file