diff --git a/pinaxcon/templates/_form_snippet.html b/pinaxcon/templates/_form_snippet.html index c0d400450b49dc30f6a3b7982c597b309b25e150..016096251fd8658330e1e59e728319eb91c5dc27 100644 --- a/pinaxcon/templates/_form_snippet.html +++ b/pinaxcon/templates/_form_snippet.html @@ -10,10 +10,13 @@
{% endif %} +

{% if form|has_required_fields %} -

- Fields marked with a * are required -
+Fields marked with a * are required. {% endif %} +{% if form|has_price_fields %} +Item prices are before any discount. +{% endif %} +

{{ form|crispy }}