From 0d1be6093a9ef62c974581a6fc32b12a364b0e3f Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Wed, 27 Oct 2021 12:01:37 +0000 Subject: [PATCH] Only show links to web pages when they are valid (which many seem to no be at the moment - fallout from the tools.ietf.org move?) Also move letter icons consistently after the name. Commit ready for merge. - Legacy-Id: 19472 --- ietf/templates/group/active_wgs.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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