diff options
author | MR Lemon <matt@matthewlemon> | 2020-05-02 16:43:18 +0100 |
---|---|---|
committer | MR Lemon <matt@matthewlemon> | 2020-05-02 16:43:18 +0100 |
commit | 73a7322d6591ca76806e6e6f0dc7a4b2b1683a0c (patch) | |
tree | 8d30fb0584969db4a5d9e178e82f340f6fa198ab /ctrack/organisations/templates | |
parent | bf044aedde89574fffdc052f66b845b9bdb75b51 (diff) |
working with one crispy form
Diffstat (limited to 'ctrack/organisations/templates')
-rw-r--r-- | ctrack/organisations/templates/organisations/org_create_formset.html | 6 |
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> |