{% extends "hrms/base.html" %} {% load crispy_forms_tags %} {% block content %}
{{head}}
Go Back
{% csrf_token %} {{ form|crispy }}
{% endblock content %}