diff --git a/bookwyrm/templates/ostatus/ostatus_error.html b/bookwyrm/templates/ostatus/error.html similarity index 71% rename from bookwyrm/templates/ostatus/ostatus_error.html rename to bookwyrm/templates/ostatus/error.html index de2ba988..b6e858e2 100644 --- a/bookwyrm/templates/ostatus/ostatus_error.html +++ b/bookwyrm/templates/ostatus/error.html @@ -29,10 +29,22 @@ {% elif error == 'ostatus_subscribe' %} -
{% blocktrans %}Something went wrong trying to follow {{ account }}{% endblocktrans %}
{% trans 'Check you have the correct username before trying again.' %}
{% blocktrans %}You have blocked {{ account }}{% endblocktrans %}
+{% blocktrans %}You are already following {{ account }}{% endblocktrans %}
+{% blocktrans %}You have already requested to follow {{ account }}{% endblocktrans %}
+