Associate label with correct input (#228)

pull/234/head
Jonathan Rehm 7 years ago committed by Ozzie Isaacs
parent 92f634b6a6
commit 66231c8737

@ -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 %}

Loading…
Cancel
Save