Commit 885bdf7e authored by impfundev's avatar impfundev

fix: logout url root

parent 1459f12f
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
> >
<a <a
class="w-100 btn btn-outline-primary border-white text-white text-start" class="w-100 btn btn-outline-primary border-white text-white text-start"
href="/auth/logout/" href="/auth/logout/{{ user.id }}/"
><i class="bi bi-box-arrow-left"></i> logout</a ><i class="bi bi-box-arrow-left"></i> logout</a
> >
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment