Skip to content

Commit 6869344

Browse files
committed
remove erroneous reference to request.session
1 parent ab71265 commit 6869344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tcf_website/templates/search/searchbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h6 class="filter-header">
107107
type="checkbox"
108108
id="open-sections"
109109
name="open_sections"
110-
{% if request.session.search_filters.open_sections %}checked{% endif %}
110+
{% if open_sections %}checked{% endif %}
111111
>
112112
<label class="form-check-label" for="open-sections">
113113
Show Open Courses Only

0 commit comments

Comments
 (0)