mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Removed the extra text from the checkbox label
This commit is contained in:
parent
4089e47e14
commit
40156ddf9c
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
{% if field.markdown %}
|
||||
{{ field.label|t|markdown(false) }}
|
||||
{% else %}
|
||||
{{'FUTURE.PRIVACY'|t}} <a href="{{base_url}}/privacy">{{field.label}}</a>
|
||||
{{field.label}}
|
||||
{% endif %}
|
||||
{{ field.validate.required in ['on', 'true', 1] ? '<span class="required">*</span>' }}
|
||||
</label>
|
||||
|
|
Loading…
Add table
Reference in a new issue