Merge pull request #702 from mouse-reeve/book-page-display
Book page display
This commit is contained in:
@ -6,8 +6,7 @@
|
||||
<div class="no-cover book-cover">
|
||||
<img class="book-cover" src="/static/images/no_cover.jpg" alt="No cover">
|
||||
<div>
|
||||
<p>{{ book.title }}</p>
|
||||
<p>({{ book.edition_info }})</p>
|
||||
<p>{{ book.alt_text }}</p>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
@ -67,4 +67,4 @@
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
{% include 'snippets/delete_readthrough_modal.html' with controls_text="delete-readthrough" controls_uid=readthrough.id %}
|
||||
{% include 'snippets/delete_readthrough_modal.html' with controls_text="delete-readthrough" controls_uid=readthrough.id no_body=True %}
|
||||
|
@ -1,9 +1,7 @@
|
||||
{% spaceless %}
|
||||
{% load bookwyrm_tags %}
|
||||
|
||||
<{% if anchor %}a href="{{ user.local_path }}"{% else %}span{% endif %}
|
||||
class="user ml-1"
|
||||
>
|
||||
<{% if anchor %}a href="{{ user.local_path }}"{% else %}span{% endif %}>
|
||||
{{ user.display_name }}
|
||||
</a>
|
||||
|
||||
|
Reference in New Issue
Block a user