Initial commit
This commit is contained in:
13
hospitalmanagement/templates/hospital/patient_dashboard.html
Normal file
13
hospitalmanagement/templates/hospital/patient_dashboard.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{% extends 'hospital/patient_base.html' %}
|
||||
{% load static %}
|
||||
{% block content %}
|
||||
{%include 'hospital/patient_dashboard_cards.html'%}
|
||||
<br><br><br><br>
|
||||
|
||||
<!--
|
||||
developed By : sumit kumar
|
||||
facebook : fb.com/sumit.luv
|
||||
youtube : youtube.com/lazycoders
|
||||
-->
|
||||
|
||||
{% endblock content %}
|
||||
Reference in New Issue
Block a user