update to bootstrap 5.2.3
This commit is contained in:
@ -3,13 +3,13 @@
|
||||
href="#"
|
||||
class="nav-link dropdown-toggle"
|
||||
id="userDropdown"
|
||||
role="button"
|
||||
data-toggle="dropdown"
|
||||
|
||||
data-bs-toggle="dropdown"
|
||||
aria-haspopup="true"
|
||||
aria-expanded="false">
|
||||
<i class="fa fa-user"></i>
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="userDropdown">
|
||||
<div class="dropdown-menu dropdown-menu-end" aria-labelledby="userDropdown">
|
||||
<form method="post" action="{ROOT_URL}home/login" id="signin" class="px-4 py-3">
|
||||
<input type="hidden" name="rurl" id="rurl" value="{CURRENT_URL}">
|
||||
<input type="hidden" name="token" value="{TOKEN}">
|
||||
|
Reference in New Issue
Block a user