Skip to content

Commit

Permalink
Merge pull request #26 from daveytyke/main
Browse files Browse the repository at this point in the history
Update plugin.py
  • Loading branch information
daveytyke authored Dec 20, 2024
2 parents d8315db + 7757fa7 commit 52d6492
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ckanext/ukdstheme/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ def update_config(self, config):
toolkit.add_template_directory(config, 'templates')
toolkit.add_public_directory(config, 'public')
toolkit.add_resource('assets', 'ukdstheme')
toolkit.add_resource('assets', 'civic')

# ITemplateHelpers

def get_helpers(self):
return {'get_bg_css': get_bg_css}
return {'get_bg_css': get_bg_css}

0 comments on commit 52d6492

Please sign in to comment.