1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-06-26 15:13:17 +00:00

Bugfix link admin section

This commit is contained in:
Ozzie Isaacs 2017-07-10 12:04:15 +02:00 committed by GitHub
parent 74e93e1cdf
commit 92f634b6a6

View File

@ -124,7 +124,7 @@
</div>
<div class="form-group">
<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>
<button type="submit" class="btn btn-default">{{_('Submit')}}</button>
{% if not origin %}