Updates tests
This commit is contained in:
@ -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">
|
||||
|
Reference in New Issue
Block a user