##// END OF EJS Templates
keep only basic changes...
keep only basic changes Kept changes: - fewer, shorter menu items (too cryptic?), with icons. - main checkbox does not open menu, but selects all/none. - total selection count next to main checkbox (unsure if this is to be kept. It does address #7628). Removed changes: - sticky menu. - checkboxes and counters in menu.

File last commit:

r13941:e1eece1d
r20396:cf8a34e8
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 %}