Skip to content

Commit

Permalink
Update login form action URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Pancham1603 committed Dec 12, 2023
1 parent 41e2ae1 commit 2923748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/users/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h1>Thapar NightPass</h1>
<section>
<h2>Welcome to the Night Pass Management System</h2>
<p>Book your night pass to access campus resources and facilities. Enjoy a seamless experience!</p>
<form action="/login" method="post">
<form action="/login/" method="post">
{% csrf_token %}
<input class="login-button" type="submit" value="Get Started">
</form>
Expand Down

0 comments on commit 2923748

Please sign in to comment.