summaryrefslogtreecommitdiffstats
path: root/templates/login.html
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2016-01-10 23:15:13 +0100
committerAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2016-01-10 23:15:13 +0100
commit326e9e0ae16343cb31defd4710ff6b76c079bfdf (patch)
tree232c7d797ae49b3588dbf43c4426bb4b779437c8 /templates/login.html
parent220ab2e4430ae16082d8c2f75bdc59d31c11a25f (diff)
downloadpadlite-teams-326e9e0ae16343cb31defd4710ff6b76c079bfdf.tar.gz
padlite-teams-326e9e0ae16343cb31defd4710ff6b76c079bfdf.tar.bz2
padlite-teams-326e9e0ae16343cb31defd4710ff6b76c079bfdf.zip
layout: Remove page-header
Diffstat (limited to 'templates/login.html')
-rw-r--r--templates/login.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/login.html b/templates/login.html
index 3ba4e2e..d6e4574 100644
--- a/templates/login.html
+++ b/templates/login.html
@@ -1,8 +1,6 @@
{% extends "layout.html" %}
{% from "_formhelpers.html" import render_field %}
-{% block head %}Login{% endblock %}
-
{% block content %}
<form class="form-horizontal" role="form" method="POST">
{% for field in form %}