File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 < link rel ="stylesheet " href ="{% static 'ietf/bootstrap/css/bootstrap.min.css' %} ">
2323 < link rel ="stylesheet " href ="{% static 'ietf/bootstrap/css/bootstrap-theme.min.css' %} ">
2424 < link rel ="stylesheet " href ="{% static 'ietf/css/ietf.css' %} ">
25+ {% if debug %}
26+ < link rel ="stylesheet " href ="{% static 'jquery.tablesorter/css/theme.bootstrap.min.css' %} ">
27+ {% endif %}
2528 < style >
2629 {% block mor ecss %}{% endblock %}
2730 </ style >
158161 < script src ="{% static 'ietf/bootstrap/js/bootstrap.min.js' %} "> </ script >
159162 < script src ="{% static 'ietf/js/ietf.js' %} "> </ script >
160163 {% block js %}{% endblock %}
164+ {% if debug %}
165+ < script src ="{% static 'jquery.tablesorter/js/jquery.tablesorter.combined.min.js' %} "> </ script >
166+ {% endif %}
161167 </ body >
162168</ html >
163169
You can’t perform that action at this time.
0 commit comments