Add more profile links
This commit is contained in:
@@ -9,6 +9,11 @@
|
||||
|
||||
<div id="followers">
|
||||
{% for follower in followers_data %}
|
||||
{% if session.logged_in %}
|
||||
<div style="margin-left:90px;padding-bottom:5px;margin-bottom:15px;display:inline-block;">
|
||||
<a class="bar-item" href="/admin/profile?actor_id={{follower.id}}">profile</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div style="height: 100px;">
|
||||
{{ utils.display_actor_inline(follower, size=80) }}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user