Skip to content

Commit

Permalink
Merge pull request ckan#89 from 6aika/fix_report_template
Browse files Browse the repository at this point in the history
Package read has been removed
  • Loading branch information
Zharktas authored Feb 20, 2023
2 parents c96e3c8 + 032760c commit 938cd8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/archiver/templates/report/broken_links.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<tbody>
{% for row_dict in c.data['table'] %}
<tr>
<td><a href="{{ h.url_for(controller='package', action='read', id=row_dict['dataset_name']) }}">{{ row_dict['dataset_title'] }}</a></td>
<td><a href="{{ h.url_for('dataset.read', id=row_dict['dataset_name']) }}">{{ row_dict['dataset_title'] }}</a></td>
{% if c.options['include_sub_organizations'] %}
<td><a href="/publisher/{{ row_dict['organization_name'] }}">{{ row_dict['organization_title'] }}</a></td>
{% endif %}
Expand Down

0 comments on commit 938cd8f

Please sign in to comment.