diff --git a/pinaxcon/templates/_form_snippet.html b/pinaxcon/templates/_form_snippet.html index 1e5193a39c1f6f03dc3d0db216a5e886b3cb37c0..09f49b8801909f4024799f60a5276bfe62184419 100644 --- a/pinaxcon/templates/_form_snippet.html +++ b/pinaxcon/templates/_form_snippet.html @@ -1,5 +1,6 @@ {% load lca2018_tags %} {% load bootstrap %} +{% load crispy_forms_tags %} {% if form.non_field_errors %}
@@ -9,7 +10,7 @@ {% endif %}
- Fields marked with * are required. + Fields marked with a
* are required
-{{ form|bootstrap_horizontal }} +{% crispy form %}