review changes
CI / build (20.x, 3.12) (push) Failing after 12s
CI / build (20.x, 3.13) (push) Failing after 15s
CI / build (20.x, 3.14) (push) Failing after 15s

This commit is contained in:
Arthur
2026-03-06 13:09:24 -08:00
parent 6dd246acb7
commit e3758811a5
3 changed files with 2 additions and 5 deletions
@@ -1,3 +1,4 @@
{% extends 'generic/object.html' %}
{% block title %}{% trans "Permission" %} {{ object.name }}{% endblock %}
{% block subtitle %}{% endblock %}
+1 -1
View File
@@ -1,3 +1,3 @@
{% extends 'generic/object.html' %}
{% block subtitle %}{% endblock %}
{% block title %}{% trans "Token" %} {{ object }}{% endblock %}
-4
View File
@@ -121,7 +121,6 @@ class UserView(generic.ObjectView):
view_name='core:objectchange_list',
url_params={'user_id': lambda ctx: ctx['object'].pk},
label=_('View All'),
button_class='ghost-primary',
button_icon='arrow-right-thick',
permissions=['core.view_objectchange'],
),
@@ -410,9 +409,6 @@ class OwnerListView(generic.ObjectListView):
@register_model_view(Owner)
class OwnerView(GetRelatedModelsMixin, generic.ObjectView):
queryset = Owner.objects.all()
# Custom template is required to override the breadcrumbs block and include
# the owner's group in the breadcrumb trail when present.
template_name = 'users/owner.html'
layout = layout.SimpleLayout(
left_panels=[
panels.OwnerPanel(),