Can me send a zip file
How run the project
Hello! Could you help me with my project? I already have a students (users) form and I'm trying to add the ability to delete and edit them.
yeah sure contact my email directly ycc88@bu.edu
@@charliechung88 Thank you, I was able to figure it out myself!
if needed <nav class="navbar navbar-expand-md bg-dark navbar-dark"> <!-- Brand --> <a class="navbar-brand" href="#">Student Management System</a> <!-- Toggler/collapsibe Button --> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar"> <span class="navbar-toggler-icon"></span> </button> <!-- Navbar links --> <div class="collapse navbar-collapse" id="collapsibleNavbar"> <ul class="navbar-nav"> <li class="nav-item"> <a class="nav-link" th:href="@{/students}">Student Management</a> </li> <li class="nav-item"> <a class="nav-link" th:href="@{/students}">Teacher Management</a> </li> </ul> </div> </nav>
Can me send a zip file
How run the project
Hello! Could you help me with my project? I already have a students (users) form and I'm trying to add the ability to delete and edit them.
yeah sure contact my email directly ycc88@bu.edu
@@charliechung88 Thank you, I was able to figure it out myself!
if needed <nav class="navbar navbar-expand-md bg-dark navbar-dark"> <!-- Brand --> <a class="navbar-brand" href="#">Student Management System</a> <!-- Toggler/collapsibe Button --> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar"> <span class="navbar-toggler-icon"></span> </button> <!-- Navbar links --> <div class="collapse navbar-collapse" id="collapsibleNavbar"> <ul class="navbar-nav"> <li class="nav-item"> <a class="nav-link" th:href="@{/students}">Student Management</a> </li> <li class="nav-item"> <a class="nav-link" th:href="@{/students}">Teacher Management</a> </li> </ul> </div> </nav>