14 lines
272 B
HTML
14 lines
272 B
HTML
{% 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 %}
|