Change URL support

This commit is contained in:
Jesús 2020-12-18 11:56:52 -05:00
parent 381d36d626
commit e27650b457
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -13,7 +13,7 @@
<div class="code-error" id="error-box"> <div class="code-error" id="error-box">
<h1>500 Uncaught exception:</h1> <h1>500 Uncaught exception:</h1>
<div class="code-box"><code>{{ traceback }}</code></div> <div class="code-box"><code>{{ traceback }}</code></div>
<p>Please report this issue at <a href="https://github.com/user234683/youtube-local/issues" target="_blank">https://github.com/user234683/youtube-local/issues</a></p> <p>Please report this issue at <a href="https://libregit.org/heckyel/yt-local/issues" target="_blank" rel="noopener noreferrer">https://libregit.org/heckyel/yt-local/issues</a></p>
<p>Remember to include the traceback in your issue and redact any information in it you do not want to share</p> <p>Remember to include the traceback in your issue and redact any information in it you do not want to share</p>
</div> </div>
{% else %} {% else %}