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/users/set_password.html | |
| parent | f6384e2e156b190753b8ba5c57e66b6d7304b5a1 (diff) | |
| download | cheatdb-d61f77a805a28b1d5dcbb759f6a75825f2e5d44f.tar.xz | |
Improve claim page
Diffstat (limited to 'app/templates/users/set_password.html')
| -rw-r--r-- | app/templates/users/set_password.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/users/set_password.html b/app/templates/users/set_password.html index 6fe88e9..3fb7b26 100644 --- a/app/templates/users/set_password.html +++ b/app/templates/users/set_password.html @@ -7,7 +7,7 @@ {% block content %} {% if optional %} - <div class="box box_grey alert alert-primary"> + <div class="alert alert-primary"> It is recommended that you set a password for your account. <a class="alert_right button" href="{{ url_for('home_page') }}">Skip</a> |
