Add more profile links

This commit is contained in:
Thomas Sileo
2019-08-27 23:02:19 +02:00
parent 6161da4210
commit 885af6ae6e
5 changed files with 9 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
{% for (follow_id, follow) in following_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={{follow.id}}">profile</a>
<form action="/api/undo" class="action-form" method="post">
<input type="hidden" name="redirect" value="{{ request.path }}"/>
<input type="hidden" name="id" value="{{ follow_id }}"/>