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
No known key found for this signature in database
GPG key ID: CD23D6039184286B
2 changed files with 2 additions and 2 deletions

View file

@ -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">

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...' %}