{% extends 'formative/base.html' %} {% load patched_widget_tweaks %} {% block page_title %}{{ program_form.name }}{% endblock %} {% block pre_layout %}
{% csrf_token %} {% endblock %} {% block content %}
Enter your email address to create a new application, or to recover one that you've already started. We will email you a link that takes you to the next step.
{% for field in form.visible_fields %}
{% include "./stock/textfield.html" %}
{% endfor %}
{% endblock %} {% block post_layout %}
{% endblock %}