Skip to content

Commit

Permalink
Rename fanstatic to assets
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelboca committed Feb 28, 2023
1 parent 163bb39 commit 339cdd9
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion ckanext/harvest/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def configure(self, config):
def update_config(self, config):
p.toolkit.add_template_directory(config, 'templates')
p.toolkit.add_public_directory(config, 'public')
p.toolkit.add_resource('fanstatic_library', 'ckanext-harvest')
p.toolkit.add_resource('assets', 'ckanext-harvest')
p.toolkit.add_resource('public/ckanext/harvest/javascript', 'harvest-extra-field')

if p.toolkit.check_ckan_version(min_version='2.9.0'):
Expand Down

0 comments on commit 339cdd9

Please sign in to comment.