Merge pull request #1032 from bookwyrm-social/link-fix

Fixes link on follow pages
This commit is contained in:
Mouse Reeve 2021-04-30 18:35:54 -07:00 committed by GitHub
commit cf80e4edde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>