aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyaggr3g470r/templates/login.html')
-rw-r--r--pyaggr3g470r/templates/login.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyaggr3g470r/templates/login.html b/pyaggr3g470r/templates/login.html
index ae0797a5..c37d6937 100644
--- a/pyaggr3g470r/templates/login.html
+++ b/pyaggr3g470r/templates/login.html
@@ -1,7 +1,7 @@
{% extends "layout.html" %}
{% block content %}
<div class="container">
- <div class="jumbotron">
+ <div class="well">
<h2>{{ _('Log In') }}</h2>
<form action="{{ url_for('login') }}" method=post>
{{ form.hidden_tag() }}
@@ -27,4 +27,4 @@
&nbsp;
<a href="/recover" class="btn btn-default">{{ _('Forgot password') }}</a>
</div><!-- /.container -->
-{% endblock %} \ No newline at end of file
+{% endblock %}
bgstack15