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

Create from current location

Add a property pin

Address or GPS is required. Contact details and sale/rental type help others recognize the listing.

Location not captured yet.
{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %} {{ form.latitude }}{{ form.longitude }} {% for field in form.visible_fields %}
{{ field }} {% if field.help_text %}
{{ field.help_text }}
{% endif %} {% for error in field.errors %}
{{ error }}
{% endfor %}
{% endfor %}
Cancel
{% endblock %}