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