##// END OF EJS Templates
Fix bug where a child view could be displayed in a...
Fix bug where a child view could be displayed in a different cell if it's parent didn't exist in the current cell but instead another cell.

File last commit:

r13941:e1eece1d
r14441:9931e17f
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 %}