@@ -39,9 +39,13 @@
|
||||
{% 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>
|
||||
{% if not current_user.is_authenticated %}
|
||||
{{ _("Or, if you're the author, log in to see more information.") }}
|
||||
{% endif %}
|
||||
</p>
|
||||
{% if not current_user.is_authenticated %}
|
||||
<p>
|
||||
<a href="{{ url_for('users.login') }}" class="btn btn-primary">{{ _("Login") }}</a>
|
||||
</p>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user