aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/profile.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/profile.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/profile.html')
-rw-r--r--pyaggr3g470r/templates/profile.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/profile.html b/pyaggr3g470r/templates/profile.html
index f879b054..971c4e64 100644
--- a/pyaggr3g470r/templates/profile.html
+++ b/pyaggr3g470r/templates/profile.html
@@ -1,7 +1,7 @@
{% extends "layout.html" %}
{% block content %}
<div class="container">
- <div class="jumbotron">
+ <div class="well">
<h2>Edit your profile</h2>
<form action="" method="post" name="save">
{{ form.hidden_tag() }}
bgstack15