Merge pull request #1195 from shilpeePrasad/bookfixbranch

Fixed issue #1099 (Remove bio from Your Books)
This commit is contained in:
Mouse Reeve
2021-08-17 11:52:23 -06:00
committed by GitHub
6 changed files with 59 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{% extends 'user/layout.html' %}
{% extends 'user/layout_without_bio.html' %}
{% load bookwyrm_tags %}
{% load utilities %}
{% load humanize %}