aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/admin/create_user.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyaggr3g470r/templates/admin/create_user.html')
-rw-r--r--pyaggr3g470r/templates/admin/create_user.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/admin/create_user.html b/pyaggr3g470r/templates/admin/create_user.html
index 833ae601..1d6d6c11 100644
--- a/pyaggr3g470r/templates/admin/create_user.html
+++ b/pyaggr3g470r/templates/admin/create_user.html
@@ -4,7 +4,7 @@
{% endblock %}
{% block content %}
<div class="container">
- <div class="jumbotron">
+ <div class="well">
<h2>{{ message | safe }}</h2>
<form action="" method="post" name="saveprofileform" id="profileform">
{{ form.hidden_tag() }}
bgstack15