librarything import : fix parsing & select box
This commit is contained in:
parent
b85fed3595
commit
bfedb300ca
4 changed files with 10 additions and 7 deletions
|
@ -10,7 +10,7 @@
|
|||
<p>Data source</p>
|
||||
<div class="select {{ class }}">
|
||||
<select name="source" id="source">
|
||||
<option value="GoodReads" {% if current == 'LibraryThing' %}selected{% endif %}>
|
||||
<option value="GoodReads" {% if current == 'GoodReads' %}selected{% endif %}>
|
||||
GoodReads
|
||||
</option>
|
||||
<option value="LibraryThing" {% if current == 'LibraryThing' %}selected{% endif %}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue