diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-05-29 18:31:48 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-05-29 18:31:48 +0100 |
| commit | b6652547fae6b3d7992dc89288b207d64e89dfb1 (patch) | |
| tree | d9ef275fa874a185f23d66521e4b6b3431076654 /app/templates | |
| parent | be20146f25ff459d7b2b6330c4897ddeb405e113 (diff) | |
| download | cheatdb-b6652547fae6b3d7992dc89288b207d64e89dfb1.tar.xz | |
Improve sign in form
Diffstat (limited to 'app/templates')
| -rw-r--r-- | app/templates/flask_user/login.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/templates/flask_user/login.html b/app/templates/flask_user/login.html index ba5ce8c..8409f79 100644 --- a/app/templates/flask_user/login.html +++ b/app/templates/flask_user/login.html @@ -11,9 +11,11 @@ Sign in <h2>{%trans%}Sign in{%endtrans%}</h2> <form action="" method="POST" class="form box-body" role="form"> - <a href="{{ url_for('github_signin_page') }}">GitHub</a> + <h3>Sign in with Github</h3> + <p><a class="button" href="{{ url_for('github_signin_page') }}">GitHub</a></p> + <h3>Sign in with username/password</h3> {{ form.hidden_tag() }} {# Username or Email field #} |
