Skip to content

Commit 0da321e

Browse files
committed
Fix openness report route error
1 parent 1bb317e commit 0da321e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ckanext/qa/templates/report/openness.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<tbody>
103103
{% for row in c.data['table'] %}
104104
<tr>
105-
<td>{{h.link_to(row['dataset_title'], h.url_for(controller='package', action='read', id=row['dataset_name'])) }}</td>
105+
<td>{{h.link_to(row['dataset_title'], h.url_for('dataset.read', id=row['dataset_name'])) }}</td>
106106
<td>{{row['dataset_notes'] }}</td>
107107
{% if c.options['include_sub_organizations'] %}
108108
<td>{{ h.link_to(row['organization_title'], h.report__relative_url_for(organization=row['organization_name'])) }}</td>

0 commit comments

Comments
 (0)