Correct log out url

This commit is contained in:
Halfdan 2023-10-04 12:30:42 +02:00
parent 0af7ee3dd0
commit fd2a4e68ce
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<body> <body>
<header> <header>
<h1> data.coop membersystem </h1> <h1> data.coop membersystem </h1>
<a class="logout" href="/accounts/logout">Log out</a> <a class="logout" href="{% url "account_logout" %}">Log out</a>
</header </header
<main> <main>
<aside> <aside>