Skip to content

Commit

Permalink
[#2457] Show all user's orgs in dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jun 4, 2015
1 parent cbf8dc6 commit 07df7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/user/dashboard_organizations.html
Expand Up @@ -10,7 +10,7 @@

{% block primary_content_inner %}
<h2 class="hide-heading">{{ _('My Organizations') }}</h2>
{% set organizations = h.organizations_available() %}
{% set organizations = h.organizations_available(permission='read') %}
{% if organizations %}
<div class="wide">
{% snippet "organization/snippets/organization_list.html", organizations=organizations %}
Expand Down

0 comments on commit 07df7bf

Please sign in to comment.