Files
Hospital-Management/hospitalmanagement/templates/hospital/patient_wait_for_approval.html
2026-01-16 09:26:04 +08:00

52 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>LazyCoder || sumit</title>
<style media="screen">
.jumbotron {
margin-top: 0px;
margin-bottom: 0px;
}
.jumbotron h1 {
text-align: center;
}
.alert {
margin: 0px;
}
</style>
</head>
<body>
{% include "hospital/navbar.html" %}
<br>
<br>
<div class="jumbotron" style="margin-top: 0px;
margin-bottom: 0px;">
<h1 class="display-4">Hello {{request.user.first_name}}</h1>
<p class="lead">Your Account is not approved till now <br><br>Our Team is checking your profile <br><br> Soon your account will be confirmed !!!</p>
<hr class="my-4">
<p>Check Later</p>
<p class="lead">
<a class="btn btn-primary btn-lg" href="/logout" role="button">Logout For Now</a>
</p>
</div>
{% include "hospital/footer.html" %}
</body>
<!--
developed By : sumit kumar
facebook : fb.com/sumit.luv
youtube : youtube.com/lazycoders
-->
</html>