aboutsummaryrefslogtreecommitdiff
path: root/app/templates
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-03-24 02:35:58 +0000
committerrubenwardy <rw@rubenwardy.com>2018-03-24 02:35:58 +0000
commit6be5b3eb42b97c29305bbe47defcb9a1b5e6d367 (patch)
tree939fdde9e3094592d787eee41804703ad89631ff /app/templates
parentbb9d589fb55718db6783a236d047614b284d352e (diff)
downloadcheatdb-6be5b3eb42b97c29305bbe47defcb9a1b5e6d367.tar.xz
Add registering using Github
Diffstat (limited to 'app/templates')
-rw-r--r--app/templates/flask_user/login.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/templates/flask_user/login.html b/app/templates/flask_user/login.html
index 3d36c20..c19f1f3 100644
--- a/app/templates/flask_user/login.html
+++ b/app/templates/flask_user/login.html
@@ -67,6 +67,10 @@ Sign in
<aside class="box box_grey">
<h2>New here?</h2>
+ <div class="box box_grey alert alert-error">
+ Please use Github login instead!
+ </div>
+
{% if user_manager.enable_register and not user_manager.require_invitation %}
<a href="{{ url_for('github_signin_page') }}">{%trans%}Create an account{%endtrans%}</a>
{% endif %}