aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/recover.html
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-04-04 00:50:08 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-04-04 00:50:08 +0200
commita4c40ad567abe66c52d119d3023482a02b71b1bb (patch)
tree8464a503d2864b3056a2a64bc7af4ebc6b795514 /pyaggr3g470r/templates/recover.html
parentMisc improvements to the CSS. (diff)
downloadnewspipe-a4c40ad567abe66c52d119d3023482a02b71b1bb.tar.gz
newspipe-a4c40ad567abe66c52d119d3023482a02b71b1bb.tar.bz2
newspipe-a4c40ad567abe66c52d119d3023482a02b71b1bb.zip
'Jumbotron' replaced by 'well' bootstrap component in all templates.
Diffstat (limited to 'pyaggr3g470r/templates/recover.html')
-rw-r--r--pyaggr3g470r/templates/recover.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyaggr3g470r/templates/recover.html b/pyaggr3g470r/templates/recover.html
index 1098ffef..c1176d55 100644
--- a/pyaggr3g470r/templates/recover.html
+++ b/pyaggr3g470r/templates/recover.html
@@ -1,7 +1,7 @@
{% extends "layout.html" %}
{% block content %}
<div class="container">
- <div class="jumbotron">
+ <div class="well">
<h2>{{ _('Recover your account') }}</h2>
{% for message in form.email.errors %}
<div class="flash">{{ message }}</div>
@@ -15,4 +15,4 @@
</form>
</div>
</div><!-- /.container -->
-{% endblock %} \ No newline at end of file
+{% endblock %}
bgstack15