{% extends "hrms/base.html" %} {% load crispy_forms_tags %} {% block content %}
{% include "employee/update_menu.html" %}
{% csrf_token %} {{ form|crispy }}
NOTE: Click only the save button if you have chosen a picture
{% if employee.picture %} {% endif %} {# {{request.user.employee_picture.picture}} #}
{% endblock content %}