From 60721fd41ea6aafe21717321c21b77baf59e9dce Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Fri, 29 Jan 2021 09:29:59 -0800 Subject: [PATCH] Fixes user layout --- bookwyrm/templates/user/user_layout.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bookwyrm/templates/user/user_layout.html b/bookwyrm/templates/user/user_layout.html index 8cf71d9e..3fcbf1e2 100644 --- a/bookwyrm/templates/user/user_layout.html +++ b/bookwyrm/templates/user/user_layout.html @@ -1,11 +1,12 @@ {% extends 'layout.html' %} {% load humanize %} {% load bookwyrm_tags %} + +{% block content %}
{% block header %}{% endblock %}
-{% block content %} {# user bio #}