File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535
3636
3737{% block nav %}
38- {% include "cbv/includes/nav.html" %}
38+ {% include "cbv/includes/nav.html" with nav=nav version_switcher=version_switcher only %}
3939{% endblock nav %}
4040
4141
Original file line number Diff line number Diff line change 55
66
77{% block nav %}
8- {% include "cbv/includes/nav.html" %}
8+ {% include "cbv/includes/nav.html" with nav=nav version_switcher=version_switcher only %}
99{% endblock nav %}
1010
1111{% block page_header %}< h1 > {{ module_name }}</ h1 > {% endblock %}
Original file line number Diff line number Diff line change 1111
1212
1313{% block nav %}
14- {% include "cbv/includes/nav.html" %}
14+ {% include "cbv/includes/nav.html" with nav=nav version_switcher=version_switcher only %}
1515{% endblock %}
1616
1717
2222 </ div >
2323 < h1 > {{ project }}</ h1 >
2424 < div class ="row ">
25- {% include 'cbv/_klass_list.html' with column_width=6 %}
25+ {% include 'cbv/_klass_list.html' with column_width=6 object_list=object_list only %}
2626 </ div >
2727 </ div >
2828{% endblock %}
Original file line number Diff line number Diff line change 33{% load static %}
44
55{% block nav %}
6- {% include "cbv/includes/nav.html" %}
6+ {% include "cbv/includes/nav.html" with nav=nav version_switcher=version_switcher only %}
77{% endblock %}
88
99
@@ -31,7 +31,7 @@ <h2>Did you know?</h2>
3131 </ div >
3232 < h2 > Start Here for {{ project }}.</ h2 >
3333 < div class ="row ">
34- {% include 'cbv/_klass_list.html' with column_width=3 %}
34+ {% include 'cbv/_klass_list.html' with column_width=3 object_list=object_list only %}
3535 </ div >
3636 </ div >
3737 </ div >
You can’t perform that action at this time.
0 commit comments