1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-02-04 13:19:15 +00:00

Associate label with correct input (#228)

This commit is contained in:
Jonathan Rehm 2017-07-10 10:26:57 -07:00 committed by Ozzie Isaacs
parent 92f634b6a6
commit 66231c8737

View File

@ -110,7 +110,7 @@
</div> </div>
<div class="form-group"> <div class="form-group">
<input type="checkbox" name="edit_shelf_role" id="edit_shelf_role" {% if content.role_edit_shelfs() %}checked{% endif %}> <input type="checkbox" name="edit_shelf_role" id="edit_shelf_role" {% if content.role_edit_shelfs() %}checked{% endif %}>
<label for="passwd_role">{{_('Allow Editing Public Shelfs')}}</label> <label for="edit_shelf_role">{{_('Allow Editing Public Shelfs')}}</label>
</div> </div>
{% endif %} {% endif %}
{% endif %} {% endif %}