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

Enter a Location

{% if msg is defined %}

{{ msg }}

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