aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/profile.html
diff options
context:
space:
mode:
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