Skip to content

Commit

Permalink
fix empty dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed May 30, 2024
1 parent 099115f commit 4b3a323
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lacommunaute/templates/forum/forum_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,6 @@ <h1>{{ forum.name }}</h1>
<a class="nav-link" id="announces-tab" data-bs-toggle="tab" href="#announces" role="tab" aria-controls="announces" aria-selected="false">Annonces</a>
</li>
{% endif %}
<li class="nav-item-dropdown dropdown">
<!-- for responsive needs -->
<a class="nav-link dropdown-toggle" href="#" role="button" id="sTabs01DropdownMoreLink" data-bs-toggle="dropdown" aria-expanded="false"><i class="ri-more-line" aria-hidden="true"></i></a>
<div class="dropdown-menu dropdown-menu-end" aria-labelledby="sTabs01DropdownMoreLink"></div>
</li>
</ul>
<div class="tab-content topiclist">
<div class="tab-pane fade show active" id="topics" role="tabpanel" aria-labelledby="topics-tab">
Expand Down

0 comments on commit 4b3a323

Please sign in to comment.