aboutsummaryrefslogtreecommitdiffstats
path: root/templates/login.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/login.tmpl')
-rw-r--r--templates/login.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/login.tmpl b/templates/login.tmpl
index 67d0000..6f76a4a 100644
--- a/templates/login.tmpl
+++ b/templates/login.tmpl
@@ -29,7 +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}}"/>
+ <input type="hidden" name="next" value="{{.Next}}"/>
</div>
<hr>
</form>