Updates tests
This commit is contained in:
parent
da19089d34
commit
35cb3fa8fc
3 changed files with 18 additions and 11 deletions
|
@ -3,8 +3,8 @@
|
|||
{% load bookwyrm_tags %}
|
||||
{% load humanize %}
|
||||
|
||||
{% block title %}{{ username }}{% endblock %}
|
||||
{% block header %}{{ username }}{% endblock %}
|
||||
{% block title %}{{ user.username }}{% endblock %}
|
||||
{% block header %}{{ user.username }}{% endblock %}
|
||||
|
||||
{% block panel %}
|
||||
<div class="block">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue