{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %}{{ form_title }}{% endblock %} {% comment %}The location field's map widget renders a raw "lat,lng" text input next to the map. Every other form with this widget hides it the same way (club_edit.html, user_location.html, location_form.html) -- the marker is the control, the numbers are noise.{% endcomment %} {% block extra_js %} {% endblock %} {% block content %} {{ form.media }}
Anyone can be added — the speaker doesn't need an account here, and most don't have one. Their name and roughly where they travel from are required; fill in whatever else you know.
{% crispy form form.helper %}