diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2018-12-28 20:12:34 -0500 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2018-12-28 20:12:34 -0500 |
| commit | 3345ce304365a577aa7d3f86e1b136b906610f1f (patch) | |
| tree | e2301390e11c3b89ceaab8aae7551094178d94d6 /templates/login.tmpl | |
| parent | 33389b0719c78de5fc5694a173f951b3666c183b (diff) | |
| download | id-3345ce304365a577aa7d3f86e1b136b906610f1f.tar.gz | |
First working commit
Diffstat (limited to 'templates/login.tmpl')
| -rw-r--r-- | templates/login.tmpl | 2 |
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> |
