Move search bar to the top
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<?php include 'navbar.php' ?>
|
||||
<form name="create_form" method="post" action="../user_management.php" onsubmit="return validateUser();">
|
||||
<form name="create_form" method="post" action="user_management.php" onsubmit="return validateUser();">
|
||||
<div class="input-group">
|
||||
<label>Nombre</label>
|
||||
<input type="text" name="nombre" value="">
|
||||
|
||||
Reference in New Issue
Block a user