diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-12-22 13:14:08 +0000 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-12-22 13:14:08 +0000 |
| commit | d61f77a805a28b1d5dcbb759f6a75825f2e5d44f (patch) | |
| tree | adfa794159e02a00152f32c72d82b707c39068a5 /app/templates/flask_user/public_base.html | |
| parent | f6384e2e156b190753b8ba5c57e66b6d7304b5a1 (diff) | |
| download | cheatdb-d61f77a805a28b1d5dcbb759f6a75825f2e5d44f.tar.xz | |
Improve claim page
Diffstat (limited to 'app/templates/flask_user/public_base.html')
| -rw-r--r-- | app/templates/flask_user/public_base.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/templates/flask_user/public_base.html b/app/templates/flask_user/public_base.html index 60cafee..d37f96a 100644 --- a/app/templates/flask_user/public_base.html +++ b/app/templates/flask_user/public_base.html @@ -2,9 +2,9 @@ {% block container %} <main> - <div class="box box_grey"> - <!-- <h2>{{ self.title() }}</h2> --> - <div class="box-body"> + <div class="card"> + <h2 class="card-header">{{ self.title() }}</h2> + <div class="card-body"> {% block content %} {% endblock %} </div> |
