atst/templates/components/required_label.html
2019-05-06 15:22:17 -04:00

6 lines
131 B
HTML

{% macro RequiredLabel() -%}
<span class='label label--error'>{{ "common.response_label" | translate }}</span>
{%- endmacro %}