aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2018-12-28 20:12:34 -0500
committerThibaut Horel <thibaut.horel@gmail.com>2018-12-28 20:12:34 -0500
commit3345ce304365a577aa7d3f86e1b136b906610f1f (patch)
treee2301390e11c3b89ceaab8aae7551094178d94d6 /templates
parent33389b0719c78de5fc5694a173f951b3666c183b (diff)
downloadid-3345ce304365a577aa7d3f86e1b136b906610f1f.tar.gz
First working commit
Diffstat (limited to 'templates')
-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>