summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2016-01-12 02:23:17 +0100
committerAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2016-01-12 04:05:49 +0100
commitdcb0e0cff38a7b83b710b90d92807bc765266f86 (patch)
tree005b8c2639e61f3d396d7cb0cbccc6a0e4aae17a
parent8a467cb637104b8919f55c12b9bde98c9a51c78c (diff)
downloadpadlite-teams-dcb0e0cff38a7b83b710b90d92807bc765266f86.tar.gz
padlite-teams-dcb0e0cff38a7b83b710b90d92807bc765266f86.tar.bz2
padlite-teams-dcb0e0cff38a7b83b710b90d92807bc765266f86.zip
templates: Fix link text for browse
The listing of browseable groups is independent of the public status of the groups.
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index 932c83c..4008a45 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -16,7 +16,7 @@
</div>
<div class="panel-footer">
- <a href="{{ url_for('browse') }}">Find public browsable groups</a>
+ <a href="{{ url_for('browse') }}">Find browsable groups</a>
</div>
</div>