Skip to content

Commit

Permalink
add error_shout to toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
calexandr committed Dec 10, 2019
1 parent 0478f1a commit 406312b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ckan/plugins/toolkit.py
Expand Up @@ -258,6 +258,8 @@ def _initialize(self):
t['DefaultGroupForm'] = lib_plugins.DefaultGroupForm
t['DefaultOrganizationForm'] = lib_plugins.DefaultOrganizationForm

t['error_shout'] = cli.error_shout

t['redirect_to'] = h.redirect_to
t['url_for'] = h.url_for
t['get_or_bust'] = logic.get_or_bust
Expand Down

0 comments on commit 406312b

Please sign in to comment.