aboutsummaryrefslogtreecommitdiffstats
path: root/templates/login.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/login.tmpl')
-rw-r--r--templates/login.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/login.tmpl b/templates/login.tmpl
index 28529a7..67d0000 100644
--- a/templates/login.tmpl
+++ b/templates/login.tmpl
@@ -29,6 +29,7 @@ button:hover {background-color: #1967be; border-color: #1862b5}
<input type="password" id="password" name="password" placeholder="Mot de passe"/>
<button type="submit" name="login">Se Connecter</button>
+ <input type="hidden" id="next" value="{{.Next}}"/>
</div>
<hr>
</form>