##// END OF EJS Templates
make input_area css generic to cells...
make input_area css generic to cells removes otherwise-identical text_cell_input class in text cells

File last commit:

r13941:e1eece1d
r15552:2927a9b0
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 %}