diff --git a/pinaxcon/templates/forms/widget_basic.html b/pinaxcon/templates/forms/widget_basic.html index a6f0213a39518b7180cb1ade50759ec204c29a37..d8ae1caa09600554a1ce105ece9b7883e1f20890 100644 --- a/pinaxcon/templates/forms/widget_basic.html +++ b/pinaxcon/templates/forms/widget_basic.html @@ -1,8 +1,8 @@ -

- - {% if field.field.required %} - (*) - {% endif %} -

+ {{ field.errors }} -
{{ field }}
+
+ {{ field }} + {% if field.help_text %} + {{ field.help_text|safe }} + {% endif %} +