{% extends "hrms/base.html" %} {% load crispy_forms_tags %} {% block content %}

{{ head }}

{% include "employee/update_menu.html" %}
{% csrf_token %} {{ form|crispy }}
{% endblock content %}