diff --git a/bookwyrm/templates/feed.html b/bookwyrm/templates/feed.html index 5c15c4f8..fbde7a32 100644 --- a/bookwyrm/templates/feed.html +++ b/bookwyrm/templates/feed.html @@ -9,7 +9,7 @@ {% endfor %} -
diff --git a/bookwyrm/templates/user.html b/bookwyrm/templates/user.html index bfb16fc7..36a5f9cc 100644 --- a/bookwyrm/templates/user.html +++ b/bookwyrm/templates/user.html @@ -1,13 +1,16 @@ {% extends 'layout.html' %} {% block content %} + {% include 'user_header.html' with user=user %} -{% include 'snippets/covers_shelf.html' with shelves=shelves user=user %} + - User Activity + + User Activity + {% for activity in activities %} - + {% include 'snippets/status.html' with status=activity %} {% endfor %}