diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-05-21 22:42:02 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-05-21 22:42:02 +0100 |
| commit | 5b056e8aabe9e6a8e003cbd24ed71e8a0f9de6ed (patch) | |
| tree | 46ca3d91fc9a769495eab9265789be8ea9d1e531 /app/templates/flask_user/public_base.html | |
| parent | 4841c66602b0fdc35a78d6335583fd1d8f3e1dad (diff) | |
| download | cheatdb-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.html | 1 |
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 %} |
