Skip to content

Commit 3bc63b6

Browse files
committed
remove logout button
1 parent eb56912 commit 3bc63b6

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

app/eventyay/orga/templates/orga/base.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -148,14 +148,6 @@
148148
{# The menu built by Vue 3 app will be mounted here. The ID must match. #}
149149
<div id='global-nav-menu' class='d-inline-block' />
150150
</li>
151-
<li class="nav-item">
152-
<form action="{% url "eventyay_common:auth.logout" %}" method="post">
153-
{% csrf_token %}
154-
<button class="nav-link active font-text ml-1" type="submit">
155-
<i class="fa fa-sign-out"></i>
156-
</button>
157-
</form>
158-
</li>
159151
</ul>
160152
</nav>
161153
{% staff_need_to_explain request.user as staff_need_to_explain %}

app/eventyay/static/orga/css/_layout.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -554,10 +554,6 @@ nav.navbar,
554554
font-family: var(--font-family);
555555
font-weight: normal;
556556
}
557-
558-
button[type="submit"] .fa-sign-out {
559-
font-size: 14px;
560-
}
561557
}
562558
.navbar .nav-item form button.nav-link.active {
563559
margin: 0 4px;

0 commit comments

Comments
 (0)