diff --git a/_templates/login-content.php b/_templates/login-content.php index 29e17e94285caadca9bbe625c15b753128435e86..ed217d695d58616d13d717def12090e6063156a8 100644 --- a/_templates/login-content.php +++ b/_templates/login-content.php @@ -1,13 +1,13 @@ -<form> +<form action="/photogram-project-php/test.php" method="get"> <img class="mb-4 center" src="/photogram-project-php/assets/brand/devyani_logo_edit_light copy.svg" alt="" width="72" height="77"> <h1 class="h3 mb-3 fw-normal">Please sign in</h1> <div class="form-floating"> - <input type="email" class="form-control" id="floatingInput" placeholder="name@example.com"> + <input name="email" type="email" class="form-control" id="floatingInput" placeholder="name@example.com"> <label for="floatingInput">Email address</label> </div> <div class="form-floating"> - <input type="password" class="form-control" id="floatingPassword" placeholder="Password"> + <input name="password" type="password" class="form-control" id="floatingPassword" placeholder="Password"> <label for="floatingPassword">Password</label> </div>