Uses layout for followers/following page
This commit is contained in:
parent
e4cecf2874
commit
418e656aea
5 changed files with 47 additions and 54 deletions
|
@ -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 #}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue