ui: Style the 'Log out' item properly

- This navigation item in the main header is only when Javascript is blocked.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
Sunil Mohan Adapa 2024-12-09 09:13:41 -08:00 committed by Veiko Aasa
parent be7910e901
commit b97cd9094e
No known key found for this signature in database
GPG Key ID: 478539CAE680674E

View File

@ -230,7 +230,7 @@
{% endif %}
{% if user.is_authenticated %}
<form id="logout-nojs" class="form form-inline form-logout"
<form id="logout-nojs" class="form form-inline form-logout nav-item"
method="post" action="{% url 'users:logout' %}">
{% csrf_token %}
<input type="submit" class="nav-link no-running-status btn btn-link"