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