Make user page covers shelf clickable
This commit is contained in:
parent
87f12a970d
commit
c85eba53db
5 changed files with 44 additions and 45 deletions
|
@ -2,9 +2,7 @@
|
|||
{% block content %}
|
||||
|
||||
{% include 'user_header.html' with user=user %}
|
||||
<div class="all-shelves content-container">
|
||||
{% include 'snippets/covers_shelf.html' with shelves=shelves user=user %}
|
||||
</div>
|
||||
{% include 'snippets/covers_shelf.html' with shelves=shelves user=user %}
|
||||
|
||||
<div>
|
||||
<div class="content-container"><h2>User Activity</h2></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue