fix template for remote follower error
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
{% block content %}
|
||||
<div class="block">
|
||||
{% if not request.user.is_authenticated %}
|
||||
{% if not request.user.is_authenticated and not error == 'remote_subscribe' %}
|
||||
<div class="navbar-item">
|
||||
|
||||
<div class="columns">
|
||||
|
Reference in New Issue
Block a user