diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-12-21 14:45:54 +0000 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-12-21 14:45:54 +0000 |
| commit | 9da6b45cc371fe99712e273eab5af692b669b833 (patch) | |
| tree | 03f4d6ec8103d95a3d4f7643c9a0ad8f763d77df /app/templates/users | |
| parent | c9bf7a32451069c0697c8a18dddad7aa1a2bd8af (diff) | |
| download | cheatdb-9da6b45cc371fe99712e273eab5af692b669b833.tar.xz | |
Add bootstrap, change base template
Diffstat (limited to 'app/templates/users')
| -rw-r--r-- | app/templates/users/claim.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/templates/users/claim.html b/app/templates/users/claim.html index ae8e9c9..5a6b53a 100644 --- a/app/templates/users/claim.html +++ b/app/templates/users/claim.html @@ -19,7 +19,7 @@ Creating an Account Please log out to continue. </p> <p> - <a href="{{ url_for('user.logout', next=url_for('user_claim_page')) }}" class="button">Logout</a> + <a href="{{ url_for('user.logout', next=url_for('user_claim_page')) }}" class="btn">Logout</a> </p> {% else %} <p> @@ -108,7 +108,7 @@ Creating an Account options. </p> - <a class="button" href="{{ url_for('user.register') }}">Register</a> + <a class="btn" href="{{ url_for('user.register') }}">Register</a> </div> </div> {% endif %} |
