Strip out html to remove markup label
This commit is contained in:
parent
e981ef917a
commit
2193c03c06
@ -108,9 +108,6 @@
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.usa-input__help {
|
||||
font-weight: $font-bold;
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
<fieldset class="usa-input__choices {% if inline %}usa-input__choices--inline{% endif %}">
|
||||
<legend>
|
||||
{{ field.label }}
|
||||
{{ field.label | striptags}}
|
||||
|
||||
{% if field.description %}
|
||||
<span class='usa-input__help'>{{ field.description | safe }}</span>
|
||||
@ -26,4 +26,7 @@
|
||||
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
{%- endmacro %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user