Admin.php: remove superfluous DIV tags.
parent
87d5c51e9b
commit
2aefceedee
|
@ -17,10 +17,9 @@ if ($_SESSION['user_type'] != "Lecturer" && $_SESSION['user_type'] != "Admin") {
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<div>
|
<h1 class="display-6"> Administration panel </h1>
|
||||||
<h2> Administration panel </h2>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
Loading…
Reference in New Issue