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

Create a location

{{ form.description }} {% if form.description.errors %}*** {{ form.description.errors|join:", " }}{% endif %}

{{ form.coordinateX }} {% if form.coordinateX.errors %}*** {{ form.coordinateX.errors|join:", " }}{% endif %}

{{ form.coordinateY }} {% if form.coordinateY.errors %}*** {{ form.coordinateY.errors|join:", " }}{% endif %}

{% endblock %}