summaryrefslogtreecommitdiffstats
path: root/templates/all.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/all.html')
-rw-r--r--templates/all.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/all.html b/templates/all.html
index d50bf56..128c115 100644
--- a/templates/all.html
+++ b/templates/all.html
@@ -11,7 +11,7 @@
<div class="list-group">
{% for group in groups %}
- <span class="list-group-item">{{group}}</span>
+ <a class="list-group-item" href="{{ url_for('public_group', group_name=group.name) }}">{{group}}</a>
{% endfor %}
</div>