summaryrefslogtreecommitdiffstats
path: root/templates/login
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2022-03-02 21:15:24 +0000
committerPhilip Sargent <philip.sargent@klebos.com>2022-03-02 21:15:24 +0000
commit601fc2cffc9f22187762c5ac362ee095c5d71dde (patch)
tree5603a0041887f4e79f46f4cba7f109c8e69b93ba /templates/login
parentaf50d4912dd088d34ab73030efe7e3cc5505a9c2 (diff)
downloadtroggle-601fc2cffc9f22187762c5ac362ee095c5d71dde.tar.gz
troggle-601fc2cffc9f22187762c5ac362ee095c5d71dde.tar.bz2
troggle-601fc2cffc9f22187762c5ac362ee095c5d71dde.zip
WORKING Dj2.2.24 & 2.2.25 py3.7
Diffstat (limited to 'templates/login')
-rw-r--r--templates/login/logout.html2
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>