mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-22 14:24:27 +01:00
certauth: wildcard support, use *.host wildcard for proxy certs whenever possible ui: add coll info/switch and calendar links to banner
19 lines
321 B
HTML
19 lines
321 B
HTML
<h2>Pywb Error</h2>
|
|
<b>{{ err_msg }}</b>
|
|
|
|
{% if err_details %}
|
|
<p>Error Details:</p>
|
|
<p>
|
|
<pre>
|
|
{{ err_details }}
|
|
</pre>
|
|
</p>
|
|
{% endif %}
|
|
|
|
{% if env.pywb_proxy_magic and err_url and status == '404 Not Found' %}
|
|
<p>
|
|
<a href="//select.{{ env.pywb_proxy_magic }}/{{ err_url }}">Try Different Collection</a>
|
|
</p>
|
|
{% endif %}
|
|
|