Fixes user layout

This commit is contained in:
Mouse Reeve 2021-01-29 09:29:59 -08:00
parent 9fa8ee3940
commit 60721fd41e
1 changed files with 2 additions and 1 deletions

View File

@ -1,11 +1,12 @@
{% extends 'layout.html' %} {% extends 'layout.html' %}
{% load humanize %} {% load humanize %}
{% load bookwyrm_tags %} {% load bookwyrm_tags %}
{% block content %}
<header class="block"> <header class="block">
{% block header %}{% endblock %} {% block header %}{% endblock %}
</header> </header>
{% block content %}
{# user bio #} {# user bio #}
<div class="block"> <div class="block">
<div class="columns"> <div class="columns">