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.html8
1 files changed, 2 insertions, 6 deletions
diff --git a/ctrack/organisations/templates/organisations/org_create_formset.html b/ctrack/organisations/templates/organisations/org_create_formset.html
index 01f45db..8b57bc9 100644
--- a/ctrack/organisations/templates/organisations/org_create_formset.html
+++ b/ctrack/organisations/templates/organisations/org_create_formset.html
@@ -13,16 +13,12 @@
<div class="col-md-12">
<form method="post" action="">
{% csrf_token %}
- {{ form.as_p }}
+ {{ form }}
<table>
{{ addresses.management_form }}
-
- {% for addressform in addresses.forms %}
- {{ addressform.as_p }}
- {% endfor %}
+ {{ addresses }}
</table>
<input type="submit" value="SUBMIT">
-{# <input class="btn btn-primary" type="button" value="Save">#}
</form>
</div>
</div>