mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
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:
parent
be7910e901
commit
b97cd9094e
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user