Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 36235dfd authored by Alexandre Flament's avatar Alexandre Flament Committed by GitHub
Browse files

Merge pull request #2387 from return42/issue-2383

[themes] add hyperlink to searx instances list in error message
parents 002d53ab 9db7d635
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
        {{ engine_name }} ({{ error_type }}){% if not loop.last %}, {% endif %}
        {% endfor %}
    </p>
    <p><small>{{ _('Please, try again later or find another searx instance.') }}</small></p>
    <p><small>{{ _('Please, try again later or find another searx instance.') }} (<a href="{{ brand.PUBLIC_INSTANCES }}">{{ _('Public instances') }}</a>)</small></p>
</div>
{% else %}
<div class="alert alert-info fade in" role="alert">
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
    {{ engine_name }} ({{ error_type }}){% if not loop.last %}, {% endif %}
    {% endfor %}
  </p>
  <p><small>{{ _('Please, try again later or find another searx instance.') }}</small></p>
  <p><small>{{ _('Please, try again later or find another searx instance.') }} (<a href="{{ brand.PUBLIC_INSTANCES }}">{{ _('Public instances') }}</a>) </small></p>
</div>
{% else %}
<div class="dialog-error" role="alert">