From 777d61080669b297fd021dc16a84e90225a14885 Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Thu, 16 Apr 2015 19:07:59 +0000 Subject: [PATCH] If the name attached to an additional-info URL for a group is blank, show the URL instead. Fixes #1523 and #1657. Commit ready for merge. - Legacy-Id: 9514 --- ietf/templates/group/group_about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/templates/group/group_about.html b/ietf/templates/group/group_about.html index f34aa7737..2766e43b5 100644 --- a/ietf/templates/group/group_about.html +++ b/ietf/templates/group/group_about.html @@ -63,7 +63,7 @@ More info {% for url in urls %} - {{ url.name }}{% if not forloop.last %}
{% endif %} + {% firstof url.name url.url %}{% if not forloop.last %}
{% endif %} {% endfor %} {% endif %}