mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Started handling of session data
This commit is contained in:
2
src/interface/templates/index.html
vendored
2
src/interface/templates/index.html
vendored
@@ -53,7 +53,7 @@
|
||||
<select id = "sortlist">
|
||||
<option value = "sort/title" id="title-sort">Title</option>
|
||||
<option value = "sort/author" id="author-sort">Author</option>
|
||||
<option value = "sort/collection" id="collection-sort">Collection</option>
|
||||
<option value = "sort/collections" id="collection-sort">Collection</option>
|
||||
<option value = "sort/tag" id="tag-sort">Tags</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user