Skip to content

Commit 777d610

Browse files
committed
If the name attached to an additional-info URL for a group is blank, show the URL instead. Fixes ietf-tools#1523 and ietf-tools#1657. Commit ready for merge.
- Legacy-Id: 9514
1 parent d1d7318 commit 777d610

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/group/group_about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<th>More info</th>
6464
<td>
6565
{% for url in urls %}
66-
<a href="{{ url.url }}">{{ url.name }}</a>{% if not forloop.last %}<br>{% endif %}
66+
<a href="{{ url.url }}">{% firstof url.name url.url %}</a>{% if not forloop.last %}<br>{% endif %}
6767
{% endfor %}
6868
</td>
6969
{% endif %}

0 commit comments

Comments
 (0)