{% include 'hackathon/base.html' %}

{{ title }}



{{err_msg}}

{% if geocode_result %}

Latitude: {{geocode_result.lat}}

Longitude: {{geocode_result.lng}}

{{list_id}}

{% for list in media %} {% for user in list %} {% endfor %} {% endfor %}
{% endif %}