Skip to content
Snippets Groups Projects
Commit 80a2d5b0 authored by Thorge Petersen's avatar Thorge Petersen
Browse files

Fixed reset facets link in organization view

parent 786c6879
Branches
Tags
2 merge requests!41Version 2.0.0,!38Merge py3 into dev
......@@ -43,7 +43,7 @@ icon='plus-square' %}
{% endblock %}
{% block organization_facets %}
{% set url = h.url_for(c.group_dict.type ~ '_read', action='read', id=c.group_dict.id) %}
{% set url = h.url_for(c.group_dict.type ~ '_read', id=c.group_dict.id) %}
<div class="filters">
<div class="container-fluid filter-reset">
<div class="filter-reset-label"><span>{{ _('Filter') }}:</span></div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment