Fixes link on follow pages

This commit is contained in:
Mouse Reeve 2021-04-30 16:44:14 -07:00
parent 7c81825527
commit f55ded092c

View file

@ -24,7 +24,7 @@
{% for follow in follow_list %}
<div class="block columns">
<div class="column">
<a href="{{ follower.local_path }}">
<a href="{{ follow.local_path }}">
{% include 'snippets/avatar.html' with user=follow %}
{{ follow.display_name }}
</a>