Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blagojabozinovski committed Aug 5, 2024
1 parent 876dba5 commit 4bb63a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckanext/iaea/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ def suggested_filter_fields_serializer(datapackage, view_dict):

def featured_view_url(pkg):

if featured_view:
featured_view = model.ResourceView.get(pkg['featured_view'])
featured_view = model.ResourceView.get(pkg['featured_view'])
if featured_view:
return toolkit.h.url_for(qualified=True, controller='dataset_resource',
action='view', id=pkg['name'],
resource_id=featured_view.resource_id,
Expand Down

0 comments on commit 4bb63a7

Please sign in to comment.