aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-12-22 13:22:08 +0000
committerrubenwardy <rw@rubenwardy.com>2018-12-22 13:22:08 +0000
commit0a969e597b708d4e5931a603dafb06db306b2b90 (patch)
treed0877865d16552dda7d27fae0705eae5565ab5ae
parenta1700b5f7e5ed06075696750aea5fc40140ad759 (diff)
downloadcheatdb-0a969e597b708d4e5931a603dafb06db306b2b90.tar.xz
Fix flask_user template
-rw-r--r--app/templates/flask_user/public_base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/templates/flask_user/public_base.html b/app/templates/flask_user/public_base.html
index d37f96a..272e1ec 100644
--- a/app/templates/flask_user/public_base.html
+++ b/app/templates/flask_user/public_base.html
@@ -1,9 +1,9 @@
{% extends "base.html" %}
{% block container %}
- <main>
+ <main class="container mt-4">
<div class="card">
- <h2 class="card-header">{{ self.title() }}</h2>
+ <!-- <h2 class="card-header">{{ self.title() }}</h2> -->
<div class="card-body">
{% block content %}
{% endblock %}