diff options
Diffstat (limited to 'templates/registration')
-rw-r--r-- | templates/registration/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/registration/login.html b/templates/registration/login.html index 867910ba..ad1ac1ea 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -10,7 +10,7 @@ <p class="login-error">Your username and password didn't match. Please try again.</p> {% endif %} - <form id="dev-login-form" method="post" action=".">{% csrf_token %} + <form id="dev-login-form" method="post">{% csrf_token %} <fieldset> <legend>Enter login credentials</legend> {{ form.as_p }} |