Added a missing condition, to make tool page links visible under the More info entry on group pages.

- Legacy-Id: 11408
This commit is contained in:
Henrik Levkowetz 2016-06-18 15:33:04 +00:00
parent a1ed1aecfa
commit 5939a376ba

View file

@ -95,7 +95,7 @@
{% endif %}
{% with group.groupurl_set.all as urls %}
{% if urls %}
{% if urls or group.has_tools_page %}
<tr>
<td></td>
<th>More info</th>