Skip to content

Commit

Permalink
Fix organization pagination sort value
Browse files Browse the repository at this point in the history
  • Loading branch information
ilja-dev committed Dec 18, 2014
1 parent 748cf49 commit af8b637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/organization/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h1 class="hide-heading">{% block page_heading %}{{ _('Organizations') }}{% endb
{% endif %}
{% endblock %}
{% block page_pagination %}
{{ c.page.pager(q=c.q, sort=c.sort_by_selected) }}
{{ c.page.pager(q=c.q or '', sort=c.sort_by_selected or '') }}
{% endblock %}
{% endblock %}

Expand Down

0 comments on commit af8b637

Please sign in to comment.