SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit fa2538a5 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Correct org list view

parent 486019ac
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,6 @@
{% block breadcrumb_items %}
{{ block.super }}
<a href="{% url 'organizations:organization_list' %}" class="breadcrumb-item">Organizations</a>
<span class="breadcrumb-item">{{ organization }}</span>
{% endblock %}
......
......@@ -11,6 +11,8 @@ from django.views.generic.list import ListView
from .models import Organization
from funders.models import Funder
from scipost.mixins import PermissionsMixin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment