diff options
Diffstat (limited to 'templates/login')
-rw-r--r-- | templates/login/logout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/login/logout.html b/templates/login/logout.html index 12094c2..ccbc200 100644 --- a/templates/login/logout.html +++ b/templates/login/logout.html @@ -27,7 +27,7 @@ This is because Django is Opinionated and does lots of Invisible Defaults <div class='align-center'> <div class='space'></div> <div class='align-center'> - <form action="/login/" method="post" accept-charset="utf-8">{% csrf_token %} + <form action="/accounts/login/" method="post" accept-charset="utf-8">{% csrf_token %} <table class='form'> {{form.as_table}} </table> |