Update gone page message

This commit is contained in:
rubenwardy 2023-01-01 20:42:40 +00:00
parent 8ef737b16c
commit 8930418d53

@ -34,6 +34,7 @@
{% endif %}
<p>
{{ _("Please check back again later.") }}
{{ _("Or, if you're the author, log in to see more information.") }}
</p>
<p>
<a href="{{ url_for('users.login') }}" class="btn btn-primary">{{ _("Login") }}</a>