Very small typo fix

This commit is contained in:
Wouter J 2015-06-28 16:17:58 +02:00
parent 69f901fd89
commit 04deaed544

View File

@ -156,7 +156,7 @@
{%- endblock radio_label %} {%- endblock radio_label %}
{% block checkbox_radio_label %} {% block checkbox_radio_label %}
{# Do no display the label if widget is not defined in order to prevent double label rendering #} {# Do not display the label if widget is not defined in order to prevent double label rendering #}
{% if widget is defined %} {% if widget is defined %}
{% if required %} {% if required %}
{% set label_attr = label_attr|merge({class: (label_attr.class|default('') ~ ' required')|trim}) %} {% set label_attr = label_attr|merge({class: (label_attr.class|default('') ~ ' required')|trim}) %}