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

Create Address

We will attempt to create an address based on using json ajax and some context requests.

{% if form.errors %}
Please correct the errors below:
{% endif %}
{% for field in form %} {% if field.errors %}{% endif %} {% endfor %}
{{ field.errors|join:", " }}
{{ field }}


{% endblock %}