diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2022-01-02 18:31:34 +0100 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2022-01-02 18:31:56 +0100 |
commit | 655957935a2c2daec3f5f1640754915d1bf26d6f (patch) | |
tree | 1398499d626691f55d81c323dacaa81957a96a7f /templates/registration | |
parent | add account data validation (diff) | |
download | scout-subs-655957935a2c2daec3f5f1640754915d1bf26d6f.tar.gz scout-subs-655957935a2c2daec3f5f1640754915d1bf26d6f.zip |
pof of oauth2
Diffstat (limited to '')
-rw-r--r-- | templates/registration/login.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/registration/login.html b/templates/registration/login.html index 022309e..5a24448 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -14,6 +14,7 @@ <a href={% url 'password_reset' %}>Password dimenticata</a> <br> <br> + <a href={% url 'oauth_login' %} class="btn waves-effect waves-light {{color}}">OAuth</a> <button class="btn waves-effect waves-light {{color}}" type="submit">Login</button> </form> </div> |