summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2014-11-18 05:18:46 +0100
committerAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2014-11-19 02:15:55 +0100
commit8d602926f15f34cce578e50dbaa5877f47a5318d (patch)
treeed450afb9c81c77b6bea385d6fd0dd565b2bba14 /templates/index.html
parent94a8f6a00efa21dc9f17ec9d181391526eab7a54 (diff)
downloadpadlite-teams-8d602926f15f34cce578e50dbaa5877f47a5318d.tar.gz
padlite-teams-8d602926f15f34cce578e50dbaa5877f47a5318d.tar.bz2
padlite-teams-8d602926f15f34cce578e50dbaa5877f47a5318d.zip
templates/layout: add navbar for breadcrubs and login/logout links
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html
index c92a3a9..dddf664 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -33,6 +33,4 @@
</form>
</div>
</div>
-
-<a class="btn btn-default btn-block" href="{{ url_for('auth.logout') }}">Logout</a>
{% endblock %}