diff --git a/Admin.php b/Admin.php index d02f8b0..001551d 100644 --- a/Admin.php +++ b/Admin.php @@ -82,7 +82,7 @@ if ($_SESSION['user_type'] != "Lecturer" && $_SESSION['user_type'] != "Admin") { echo " <input type='radio' name = 'type' value = 'Lecturer' required = '' id='role_lecturer' > Lecturer "; } ?> - <br> + <br><br> <button type="submit" class="btn btn-primary" id="create_btn">Create</button> <?php @@ -100,8 +100,6 @@ if ($_SESSION['user_type'] != "Lecturer" && $_SESSION['user_type'] != "Admin") { </form> - <hr> - </div>