1
0
Fork 0

User shelves page

This commit is contained in:
Mouse Reeve 2020-03-16 17:29:37 -07:00
parent e1c598b7cf
commit ff1099d23e
6 changed files with 32 additions and 5 deletions

View file

@ -26,7 +26,7 @@
<div id="branding"><a href="/"><img id="logo" src="/static/images/logo-small.png" alt="BookWyrm"></img></a></div>
<ul class="menu">
<li><a href="/user/{{request.user.localname}}">Your shelves</a></li>
<li><a href="/user/{{request.user.localname}}/shelves">Your shelves</a></li>
<li><a href="/#feed">Updates</a></li>
<li><a href="/books">Discover Books</a></li>
</ul>