Skip to content

Commit 5939a37

Browse files
committed
Added a missing condition, to make tool page links visible under the More info entry on group pages.
- Legacy-Id: 11408
1 parent a1ed1ae commit 5939a37

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
@@ -95,7 +95,7 @@
9595
{% endif %}
9696

9797
{% with group.groupurl_set.all as urls %}
98-
{% if urls %}
98+
{% if urls or group.has_tools_page %}
9999
<tr>
100100
<td></td>
101101
<th>More info</th>

0 commit comments

Comments
 (0)