Skip to content
Snippets Groups Projects
Commit cebe47c1 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Reword offline fallback page

parent 4d2f8119
No related branches found
No related tags found
3 merge requests!1237Release 3.0,!1215Resolve "Offline fallback page for django legacy pages is misleading in some situations",!1183Release 3.0
......@@ -7,15 +7,18 @@
{% block content %}
<h3>
<i class="material-icons iconify left medium" style="font-size: 2.92rem;" data-icon="mdi:wifi-strength-alert-outline"></i>
{% blocktrans %}Page not available offline.{% endblocktrans %}
{% blocktrans %}No connection to server.{% endblocktrans %}
</h3>
<p class="flow-text">
{% blocktrans %}
This page is not available offline. Since you probably don't have an internet connection, check to see if your WiFi
or mobile data is turned on and try again. If you think you are connected, please contact the system
administrators:
This page is not available without a connection to the server. Please check your internet connection and try again.
If you are connected and the error persists, please contact the system administrators:
{% endblocktrans %}
</p>
{% include "core/partials/admins_list.html" %}
<a onClick="window.location.reload();" class="btn secondary waves-effect waves-light">
<i class="material-icons left">refresh</i>
{% trans "Retry" %}
</a>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment