|
@@ -96,7 +96,7 @@ def render(template_name, **kwargs):
|
96
|
96
|
kwargs['categories'] = ['general']
|
97
|
97
|
kwargs['categories'].extend(x for x in
|
98
|
98
|
sorted(categories.keys())
|
99
|
|
- if x != 'general'\
|
|
99
|
+ if x != 'general'
|
100
|
100
|
and x in nonblocked_categories)
|
101
|
101
|
if not 'selected_categories' in kwargs:
|
102
|
102
|
kwargs['selected_categories'] = []
|