diff --git a/app/templates/packages/gone.html b/app/templates/packages/gone.html index 690e7a9c..e7fcf1dc 100644 --- a/app/templates/packages/gone.html +++ b/app/templates/packages/gone.html @@ -39,9 +39,13 @@ {% endif %}
{{ _("Please check back again later.") }} - {{ _("Or, if you're the author, log in to see more information.") }} -
-- {{ _("Login") }} + {% if not current_user.is_authenticated %} + {{ _("Or, if you're the author, log in to see more information.") }} + {% endif %}
+ {% if not current_user.is_authenticated %} ++ {{ _("Login") }} +
+ {% endif %} {% endblock %}