Skip to content

Commit

Permalink
Update plugin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijaKnezevic authored Dec 15, 2022
1 parent 1a003ce commit d057ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/datesearch/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class DateSearchPlugin(plugins.SingletonPlugin):

def update_config(self, config):
toolkit.add_template_directory(config, 'templates')
toolkit.add_resource('fanstatic', 'ckanext-datesearch')
toolkit.add_resource('assets', 'ckanext-datesearch')

def before_search(self, search_params):
extras = search_params.get('extras')
Expand Down

0 comments on commit d057ab3

Please sign in to comment.