feat: add organisation questions to update view

This commit is contained in:
James Graham
2021-02-24 14:59:43 +00:00
parent adf12442a4
commit c8a68d542a
4 changed files with 89 additions and 10 deletions

View File

@@ -29,6 +29,10 @@
<hr>
{% include 'people/person/includes/answer_set_full.html' %}
<hr>
<div id="map" style="height: 800px; width: 100%"></div>
<hr>

View File

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