aboutsummaryrefslogtreecommitdiff
path: root/app/templates/flask_user/public_base.html
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-05-21 22:42:02 +0100
committerrubenwardy <rw@rubenwardy.com>2018-05-21 22:42:02 +0100
commit5b056e8aabe9e6a8e003cbd24ed71e8a0f9de6ed (patch)
tree46ca3d91fc9a769495eab9265789be8ea9d1e531 /app/templates/flask_user/public_base.html
parent4841c66602b0fdc35a78d6335583fd1d8f3e1dad (diff)
downloadcheatdb-5b056e8aabe9e6a8e003cbd24ed71e8a0f9de6ed.tar.xz
Fix .box spacing issues
Diffstat (limited to 'app/templates/flask_user/public_base.html')
-rw-r--r--app/templates/flask_user/public_base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/templates/flask_user/public_base.html b/app/templates/flask_user/public_base.html
index 3db49fe..60cafee 100644
--- a/app/templates/flask_user/public_base.html
+++ b/app/templates/flask_user/public_base.html
@@ -3,6 +3,7 @@
{% block container %}
<main>
<div class="box box_grey">
+ <!-- <h2>{{ self.title() }}</h2> -->
<div class="box-body">
{% block content %}
{% endblock %}