mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Began working on favorites model
This commit is contained in:
2
src/interface/templates/index.html
vendored
2
src/interface/templates/index.html
vendored
@@ -97,7 +97,7 @@
|
||||
{% endif %}
|
||||
<li class="book_tags">Tags: {{ book.tags }}</li>
|
||||
<li class="book_controls">
|
||||
<span class="favorite-button controls">
|
||||
<span class="favorite-button controls favorite_action">
|
||||
<a href="{% url 'favorite' pk=book.pk %}" class="book_link"><i class="fas fa-thumbs-up icon"></i></a>
|
||||
</span>
|
||||
<span class="download-button controls">
|
||||
|
||||
Reference in New Issue
Block a user