Skip to content

Commit

Permalink
Fix menu to use bootstrap 5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amakarudze committed May 22, 2024
1 parent 3e16d99 commit fb40f18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/event/menu.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{% load core_tags i18n static %}

<div class="navbar navbar-default" role="navigation">
<div class="navbar navbar-expand-lg navbar-light bg-white" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target=".navbar-collapse">
<span class="sr-only">{% trans "Toggle navigation" %}</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
Expand Down

0 comments on commit fb40f18

Please sign in to comment.