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:
parent
a1ed1aecfa
commit
5939a376ba
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue