From 73a7322d6591ca76806e6e6f0dc7a4b2b1683a0c Mon Sep 17 00:00:00 2001 From: MR Lemon Date: Sat, 2 May 2020 16:43:18 +0100 Subject: working with one crispy form --- .../organisations/templates/organisations/org_create_formset.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'ctrack/organisations/templates') 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 @@
{% csrf_token %} {{ form }} - - {{ addresses.management_form }} - {{ addresses }} -
- + {% crispy addresses helper %}
-- cgit v1.2.3