##// END OF EJS Templates
fallback on copy, copyfile if copy2 fails...
fallback on copy, copyfile if copy2 fails in notebook manager

File last commit:

r13941:e1eece1d
r15827:a21a4cc8
Show More
404.html
5 lines | 122 B | text/html | HtmlLexer
{% extends "error.html" %}
{% block error_detail %}
<p>You are requesting a page that does not exist!</p>
{% endblock %}