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/admin | |
| parent | f6384e2e156b190753b8ba5c57e66b6d7304b5a1 (diff) | |
| download | cheatdb-d61f77a805a28b1d5dcbb759f6a75825f2e5d44f.tar.xz | |
Improve claim page
Diffstat (limited to 'app/templates/admin')
| -rw-r--r-- | app/templates/admin/list.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/templates/admin/list.html b/app/templates/admin/list.html index 1b7063d..5237304 100644 --- a/app/templates/admin/list.html +++ b/app/templates/admin/list.html @@ -12,10 +12,10 @@ <li><a href="{{ url_for('switch_user_page') }}">Sign in as another user</a></li> </ul> - <div class="box box_grey"> - <h2>Do action</h2> + <div class="card my-4"> + <h2 class="card-header">Do action</h2> - <form method="post" action="" class="box-body"> + <form method="post" action="" class="card-body"> <input type="hidden" name="csrf_token" value="{{ csrf_token() }}" /> <select name="action"> <option value="importmodlist" selected>Import forum topics</option> @@ -29,10 +29,10 @@ </form> </div> - <div class="box box_grey"> - <h2>Restore Package</h2> + <div class="card my-4"> + <h2 class="card-header">Restore Package</h2> - <form method="post" action="" class="box-body"> + <form method="post" action="" class="card-body"> <input type="hidden" name="csrf_token" value="{{ csrf_token() }}" /> <input type="hidden" name="action" value="restore" /> <select name="package"> |
