Skip to content

Commit d75bb87

Browse files
committed
Merged in [9514] from rjsparks@nostrum.com:
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. - Legacy-Id: 9535 Note: SVN reference [9514] has been migrated to Git commit 777d610
2 parents 4f6283a + 777d610 commit d75bb87

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)