Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed Feb 7, 2023
1 parent 22c5eff commit d5f66e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ckanext/report/blueprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def view(report_name, organization=None, refresh=False):
'options_html': options_html,
'report_template': report['template'],
'are_some_results': are_some_results,
'organization': organization })
'organization': organization})


report.add_url_rule(u'/report', view_func=index)
Expand Down
3 changes: 2 additions & 1 deletion ckanext/report/controllers.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,5 @@ def view(self, report_name, organization=None, refresh=False):
'report_date': report_date, 'options': options,
'options_html': options_html,
'report_template': report['template'],
'are_some_results': are_some_results})
'are_some_results': are_some_results,
'organization': organization})

0 comments on commit d5f66e1

Please sign in to comment.