From 1017c71ba1d80a1690e357a938ad46f246a456ae Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sat, 10 Dec 2022 21:03:14 -0700 Subject: Working start of an OAuth flow --- templates/auth/login.html | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/auth') diff --git a/templates/auth/login.html b/templates/auth/login.html index 80b003b..96c0e98 100644 --- a/templates/auth/login.html +++ b/templates/auth/login.html @@ -11,6 +11,7 @@ {% include "forms/_field.html" %} {% endfor %} </fieldset> + <input type="hidden" name="next" value="{{ next }}" /> <div class="buttons"> <a href="{% url "trigger_reset" %}" class="secondary button left">Forgot Password</a> <button>Login</button> -- cgit v1.2.3