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

Enter a Location

{{ form.csrf_token }} {{ form.location }} {{ form.submit() }}
{% endblock %}