"Back button on error page"

This commit is contained in:
Doug Le Tough 2017-11-26 10:30:53 +01:00
parent 78d4abe4e8
commit 79ad2a8c05
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@
<p>The page you asked for was not found on this server.<br/>
It may has been lost, it may has never existed.<br/>
Maybe we don't care at all...</p>
<p>
<input type='button' value='Get me back to business' onclick='javascript:document.location="/";'/>
</p>
<img src='/static/images/404.png' alt='404 - Not found' title='404 - Not found'/>
</article>
{% endblock %}