{% extends "locations/base.html" %} {% load url from future %} {% load self_link %} {% block title %}{% if location %}Edit {{ location }}{% else %}Add a Location{% endif %}{% endblock %} {% block content %}

{% if location %}Edit {{ location }}{% else %}Add a Location{% endif %}

what is a name?

This code must be entered by users over SMS, so it should be as short and simple as possible.

{% if show_map %}

Double-click the map to set the location of the marker Hide Google Map

{% else %}

Show Google Map

{% endif %}
{% if location %} {% endif %}
{% endblock %}