diff options
Diffstat (limited to 'templates/registration/login.html')
-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> |