Fix Log In button
This commit is contained in:
parent
81599a9bde
commit
474b551e13
@ -83,7 +83,7 @@
|
||||
{% if user.is_authenticated %}
|
||||
<a href="/logout"><button class="btn btn-outline-success">Log out</button></a>
|
||||
{% else %}
|
||||
<button class="btn btn-primary">Log In</button>
|
||||
<a href="/login"><button class="btn btn-primary">Log In</button></a>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user