Adds ui for editing and adding shelves

This commit is contained in:
Mouse Reeve
2020-11-10 13:39:37 -08:00
parent de744483ec
commit a5a1af418c
11 changed files with 85 additions and 47 deletions

View File

@ -1,6 +1,16 @@
{% extends 'layout.html' %}
{% load fr_display %}
{% block content %}
<div class="block">
<h1 class="title">
{% if is_self %}Your
{% else %}
{% include 'snippets/username.html' with user=user possessive=True %}
{% endif %}
followers
</h1>
</div>
{% include 'snippets/user_header.html' with user=user %}
<div class="block">