mirror of
https://github.com/minetest/contentdb.git
synced 2025-03-23 02:32:28 +01:00
@ -39,9 +39,13 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<p>
|
<p>
|
||||||
{{ _("Please check back again later.") }}
|
{{ _("Please check back again later.") }}
|
||||||
{{ _("Or, if you're the author, log in to see more information.") }}
|
{% if not current_user.is_authenticated %}
|
||||||
</p>
|
{{ _("Or, if you're the author, log in to see more information.") }}
|
||||||
<p>
|
{% endif %}
|
||||||
<a href="{{ url_for('users.login') }}" class="btn btn-primary">{{ _("Login") }}</a>
|
|
||||||
</p>
|
</p>
|
||||||
|
{% if not current_user.is_authenticated %}
|
||||||
|
<p>
|
||||||
|
<a href="{{ url_for('users.login') }}" class="btn btn-primary">{{ _("Login") }}</a>
|
||||||
|
</p>
|
||||||
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Reference in New Issue
Block a user