summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2014-11-19 02:38:09 +0100
committerAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2014-11-19 02:48:45 +0100
commitdacfc5fe13dc6b46fa90e5ef9fb07509afd5d777 (patch)
tree105012c6c041d9bc98045846dd82c6ab262875cd /templates/index.html
parent2d04a1bd8efe3c440ecf66a22b3ae138ed8eaabe (diff)
downloadpadlite-teams-dacfc5fe13dc6b46fa90e5ef9fb07509afd5d777.tar.gz
padlite-teams-dacfc5fe13dc6b46fa90e5ef9fb07509afd5d777.tar.bz2
padlite-teams-dacfc5fe13dc6b46fa90e5ef9fb07509afd5d777.zip
templates/all: add paginated list of all browsable groups
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">