{% extends 'base.html' %} {% load crispy_forms_tags %} {% block content %}

Set Interview Location

{% csrf_token %} {# Renders the single 'location' field using the crispy filter #} {{ form|crispy }}
Close
{% endblock content %}