Uses layout for followers/following page

This commit is contained in:
Mouse Reeve
2021-04-30 09:17:46 -07:00
parent e4cecf2874
commit 418e656aea
5 changed files with 47 additions and 54 deletions

View File

@ -7,7 +7,11 @@
{% block content %}
<header class="block">
{% block header %}{% endblock %}
{% block header %}
<h1 class="title">
{% trans "User Profile" %}
</h1>
{% endblock %}
</header>
{# user bio #}