Cosmetics
This commit is contained in:
parent
d5f66151b9
commit
50e5981c58
@ -22,7 +22,7 @@
|
||||
data-changer-id="{{ checkbox.fields.id }}" data-changer-prefix="grid" data-changer-url="{{ url_for('admin_checkbox.update_status', id=checkbox.fields.id, name='displayed_on_grid')}}"
|
||||
{% if checkbox.fields.displayed_on_grid %}checked{% endif %} autocomplete="off">
|
||||
<label class="form-check-label" for="grid-{{ checkbox.fields.id }}">
|
||||
Displayed on the Set Grid
|
||||
<i class="ri-grid-line"></i> Displayed on the Set Grid
|
||||
<i id="status-grid-{{ checkbox.fields.id }}" class="mb-1"></i>
|
||||
</label>
|
||||
</div>
|
||||
@ -49,7 +49,7 @@
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="checkbox" id="grid" name="grid" checked>
|
||||
<label class="form-check-label" for="grid-">
|
||||
Displayed on the Set Grid
|
||||
<i class="ri-grid-line"></i> Displayed on the Set Grid
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user