mirror of
https://gitlab.com/LazyLibrarian/LazyLibrarian.git
synced 2026-02-06 10:47:15 +00:00
Fix incorrect label for dnb_api toggle
This commit is contained in:
parent
3545d45fe4
commit
c109289799
@ -682,7 +682,7 @@
|
||||
<label class="control-label">Deutsche Nationalbibliothek API:</label>
|
||||
<div class="checkbox">
|
||||
<% checked = 'checked="checked"' if CONFIG['DNB_API'] else '' %>
|
||||
<label for="ol_api">
|
||||
<label for="dnb_api">
|
||||
<input type="checkbox" id="dnb_api" name="dnb_api" value="1" ${checked} />
|
||||
Enable Deutsche Nationalbibliothek api for book information
|
||||
</label>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user