aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/organisations/templates
diff options
context:
space:
mode:
Diffstat (limited to 'ctrack/organisations/templates')
-rw-r--r--ctrack/organisations/templates/organisations/org_create_formset.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/ctrack/organisations/templates/organisations/org_create_formset.html b/ctrack/organisations/templates/organisations/org_create_formset.html
index 8b57bc9..393b94e 100644
--- a/ctrack/organisations/templates/organisations/org_create_formset.html
+++ b/ctrack/organisations/templates/organisations/org_create_formset.html
@@ -14,11 +14,7 @@
<form method="post" action="">
{% csrf_token %}
{{ form }}
- <table>
- {{ addresses.management_form }}
- {{ addresses }}
- </table>
- <input type="submit" value="SUBMIT">
+ {% crispy addresses helper %}
</form>
</div>
</div>