mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-08-07 16:49:20 +02:00
Update permissions.html.twig
This commit is contained in:
committed by
Matias Griese
parent
0d24b523bc
commit
d1de2cecf5
@@ -105,7 +105,7 @@
|
||||
{% if field.validate.required in ['yes', 'on', 'true', 1, true] %}required="required"{% endif %}
|
||||
/>
|
||||
|
||||
<label for="{{ id }}">{{ macro.spanToggle(translation, context.maxLen)|trim }}</label>
|
||||
<label for="{{ id }}">{{ macro.spanToggle(translation, context.maxLen)|trim|raw }}</label>
|
||||
{% endfor %}
|
||||
<a></a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user