mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-26 07:49:24 +01:00
instead of default error.html 'not_found_html' settable in the config per collection, as per #65 for not found index query, still use query.html but add condition to check for 0 results add more query and replay not found remove unused conditional (for search_view -- always exists)
12 lines
137 B
HTML
12 lines
137 B
HTML
<h2>Pywb Error</h2>
|
|
<b>{{ err_msg }}</b>
|
|
|
|
{% if err_details %}
|
|
<p>Error Details:</p>
|
|
<p>
|
|
<pre>
|
|
{{ err_details }}
|
|
</pre>
|
|
</p>
|
|
{% endif %}
|