{% extends "main/layout.html" %} {% load static %} {% load crispy_forms_tags %} {% block content %}
{{ legend|upper }}

Please follow steps bellow!

  1. Take Picture
  2. Take Snapshoot
  3. Save
  4. Crop
  5. Save Changes

Take Photo


{% csrf_token %} {{ b_form.image|as_crispy_field }}
Cropped image will appear here...
{% include 'employee2/photo_modal.html' %} {% endblock %} {% block scripts %} {% endblock %}