Skip to content

Commit

Permalink
[QOLCHG-440] fix organisation pages for CKAN 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrawnCA committed Jan 31, 2024
1 parent 8f8a89a commit 2e174ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ckanext/datarequests/templates/organization/read_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

{% block content_primary_nav %}
{{ super() }}
{{ h.build_nav_icon('datarequest.organization', _('Data Requests'), id=c.group_dict.name, icon=h.get_question_icon())}}
{% set group_dict = group_dict or c.group_dict %}
{{ h.build_nav_icon('datarequest.organization', _('Data Requests'), id=group_dict.name, icon=h.get_question_icon())}}
{% endblock %}

0 comments on commit 2e174ff

Please sign in to comment.