diff --git a/gadjo/templates/gadjo/widget.html b/gadjo/templates/gadjo/widget.html index cde9f9d..2068473 100644 --- a/gadjo/templates/gadjo/widget.html +++ b/gadjo/templates/gadjo/widget.html @@ -1,3 +1,4 @@ +{% load i18n %}
{{ field.label_tag }} - {% if field.field.required %}*{% endif %} + {% if field.field.required %}*{% endif %}
{% endblock %} {% block widget-content %}