Skip to content

Commit

Permalink
Properly set the name of the checkbox for parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
pattmax00 committed Apr 6, 2023
1 parent 58328fe commit f18f512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/pages/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h1>Login</h1>
<label for="password">Password:</label><br>
<input id="password" name="password" type="password"><br><br>
<label for="remember">Remember Me:</label>
<input id="remember" type="checkbox" value="remember"><br><br>
<input id="remember" type="checkbox" name="remember"><br><br>
<input type="submit" value="Submit">
</form>
</div>
Expand Down

0 comments on commit f18f512

Please sign in to comment.