refactor: move organisation latlng to answerset

This commit is contained in:
James Graham
2021-02-24 15:44:34 +00:00
parent c8a68d542a
commit 71e5352b6b
5 changed files with 121 additions and 16 deletions

View File

@@ -33,7 +33,10 @@
{% csrf_token %}
{% load bootstrap4 %}
{% bootstrap_form form %}
{% bootstrap_form form exclude='latitude,longitude' %}
{% bootstrap_field form.latitude %}
{% bootstrap_field form.longitude %}
{% buttons %}
<button class="btn btn-success" type="submit">Submit</button>