Fix internal profile page links

This commit is contained in:
Thomas Sileo
2019-09-01 10:48:02 +02:00
parent 96121e57f3
commit c530b24589
3 changed files with 15 additions and 3 deletions

View File

@@ -27,7 +27,7 @@
{% if following %}
<form action="/api/undo" class="action-form" method="post">
<input type="hidden" name="redirect" value="{{ actor_redir }}"/>
<input type="hidden" name="id" value="{{ actor.id }}"/>
<input type="hidden" name="id" value="{{ following.id }}"/>
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}"/>
<button type="submit" class="bar-item">unfollow</button>
</form>