##// END OF EJS Templates
Fix viewlist to use promises correctly...
Fix viewlist to use promises correctly A viewlist wasn't getting properly populated before. This also switches the list update to use splice for in-place updates.

File last commit:

r13941:e1eece1d
r19079:2d18c429
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 %}