{# This is a hidden form that will be submitted by the button below.#}

Education

{{ form.school_name.value }} {{ form.school_url.value }}

  • {{ form.start.value }}
  • -
  • {{ form.end.value }}
{% if form.errors %}
{% for error in form.school_name.errors %}

{{ error|escape }}

{% endfor %} {% for error in form.school_url.errors %}

{{ error|escape }}

{% endfor %}
{% endif %}
{# prevent button from taking full width with this div #}