first commit
This commit is contained in:
6
helix/templates/checkbox_form_row.html.jinja
Normal file
6
helix/templates/checkbox_form_row.html.jinja
Normal file
@@ -0,0 +1,6 @@
|
||||
<div class="form_row checkbox_form_row" id="{{ field.id + '_row' }}">
|
||||
{{ field }}{{ field.label }}
|
||||
{% if field.render_kw['link'] %}
|
||||
<a href="{{ field.render_kw['link']['href'] }}" target="_blank">{{ field.render_kw['link']['text'] }}</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
Reference in New Issue
Block a user