{% extends 'hospital/admin_base.html' %} {% load widget_tweaks %} {% block content %}

{% csrf_token %}

Book Appointment Details

{% render_field appointmentForm.description class="form-control" placeholder="Description" %}
{% render_field appointmentForm.doctorId class="form-control" placeholder="doctor" %}
{% render_field appointmentForm.patientId class="form-control" placeholder="patient" %}
{% endblock content %}