File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 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 %}
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments