summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
index c6583a1..1c4e612 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -14,6 +14,10 @@
<a class="list-group-item" href="{{ url_for('group', group_name=group.name) }}">{{group}}</a>
{% endfor %}
</div>
+
+ <div class="panel-footer">
+ <a href="{{ url_for('all') }}">Find public browsable groups</a>
+ </div>
</div>
<div class="panel panel-default">