##// END OF EJS Templates
don't set bootstrap toggle on ToggleButtonsWidget...
don't set bootstrap toggle on ToggleButtonsWidget model update already toggles active and data-toggle does the same, so clicking on a toggle toggles twice, setting it back to the original value.

File last commit:

r13941:e1eece1d
r19967:35824797
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 %}