{% extends 'base.html' %} {% block title %} Edit Education {% endblock %} {% block content %}
{% include 'components/button.html' with variant='btn-primary' text='< Back' %}

Edit Education

{% csrf_token %} {% for field in form %} {% if field.name == 'tingkat_pendidikan' %} {% endif %} {{ field }} {% if field.errors %}

{{ field.errors.0 }}

{% endif %} {% endfor %}
{% endblock %}