forked from mirrors/bookwyrm
Shuffles around user profile, shelf, and goal templates
This commit is contained in:
parent
128a5c5754
commit
9a4b71d585
6 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
{% if user.bookwyrm_user %}
|
{% if user.bookwyrm_user %}
|
||||||
<div class="block">
|
<div class="block">
|
||||||
<h2 class="title">
|
<h2 class="title">
|
||||||
{% include 'user/shelf/books_header.html' %}
|
{% include 'user/books_header.html' %}
|
||||||
</h2>
|
</h2>
|
||||||
<div class="columns is-mobile scroll-x">
|
<div class="columns is-mobile scroll-x">
|
||||||
{% for shelf in shelves %}
|
{% for shelf in shelves %}
|
||||||
|
|
Loading…
Reference in a new issue