File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ <h3 class="has-filters">
16
16
</ div >
17
17
</ h3 >
18
18
</ div >
19
- </ div >
20
- < div id =" the-filters " class =" is-filters panel-body collapse {% if filter. form.has_changed %}in{% endif %} " >
21
- {% include "dojo/filter_snippet.html" with form=filter.form %}
19
+ < div id =" the-filters " class =" is-filters panel-body collapse {% if filter.form.has_changed %}in{% endif %} " >
20
+ {% include "dojo/filter_snippet.html" with form=filter.form %}
21
+ </ div >
22
22
</ div >
23
23
< div class ="clearfix ">
24
24
{% include "dojo/paging_snippet.html" with page=result page_size=True %}
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ <h3 class="has-filters">
14
14
</ div >
15
15
</ h3 >
16
16
</ div >
17
- </ div >
18
- < div id =" the-filters " class =" is-filters panel-body collapse {% if filter. form.has_changed %}in{% endif %} " >
19
- {% include "dojo/filter_snippet.html" with form=filter.form %}
17
+ < div id =" the-filters " class =" is-filters panel-body collapse {% if filter.form.has_changed %}in{% endif %} " >
18
+ {% include "dojo/filter_snippet.html" with form=filter.form %}
19
+ </ div >
20
20
</ div >
21
21
< div class ="clearfix ">
22
22
{% include "dojo/paging_snippet.html" with page=result page_size=True %}
You can’t perform that action at this time.
0 commit comments