mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 01:16:26 +02:00
fix typo resulting in error generating page reset password
This commit is contained in:
parent
aee9fc847f
commit
a9b9d581be
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
?>
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<form class="col-xs-10 col-xs-offset-1 col-md-4 col-md-offset-4 connexion-form" action="<?php echo \descartes\Router::url('connect', 'send_reset_password', ['csrf' => $_SESSION['csrf']]); ?>" method="POST">
|
||||
<form class="col-xs-10 col-xs-offset-1 col-md-4 col-md-offset-4 connexion-form" action="<?php echo \descartes\Router::url('Connect', 'send_reset_password', ['csrf' => $_SESSION['csrf']]); ?>" method="POST">
|
||||
<h2>Mot de passe oublié</h2>
|
||||
<div class="form-group">
|
||||
<label>Adresse e-mail</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue