Skip to content

Commit

Permalink
fix: fix template name for dashboard_org fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantsan committed Aug 29, 2023
1 parent e65dc8c commit 1959daf
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@

{% block primary_content_inner %}
<h2 class="hide-heading">{{ h.humanize_entity_type('organization', org_type, 'my label') or _('My Organizations') }}</h2>
{% set organizations = h.organizations_available(permission='manage_group',
include_dataset_count=True,
include_member_count=True) %}
{% set organizations = h.organizations_available(permission='manage_group', include_dataset_count=True) %}
{% if organizations %}
<div class="wide">
{% snippet "organization/snippets/organization_list.html", organizations=organizations, show_capacity=True %}
Expand Down

0 comments on commit 1959daf

Please sign in to comment.