summaryrefslogtreecommitdiffstats
path: root/templates/auth/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/auth/login.html')
-rw-r--r--templates/auth/login.html1
1 files changed, 1 insertions, 0 deletions
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>