fix template for remote follower error

This commit is contained in:
Hugh Rundle
2021-11-29 08:03:01 +11:00
parent c7242b6022
commit 4a9713b812
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
{% endblock %}
{% block heading %}
{% if not request.user.is_authenticated %}
{% if not request.user.is_authenticated and not error == 'remote_subscribe' %}
{% trans "Let's log in first..." %}
{% elif error %}
{% trans 'Uh oh...' %}