Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.

Commit 95f3564

Browse files
pass organization groups as groups since that's what the _groups template expects
1 parent b306656 commit 95f3564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<div class="jscroll-inner">
2-
{% include ':groups:_groups.html.twig' with {'color': 'grey', 'type': 'results'} %}
2+
{% include ':groups:_groups.html.twig' with {'color': 'grey', 'type': 'results', 'groups': organisationGroups} %}
33
</div>

0 commit comments

Comments
 (0)