Skip to content
Snippets Groups Projects
Commit 17189375 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Improve layout of permission management views

parent 915790ff
No related branches found
No related tags found
1 merge request!533Resolve "Manage permissions for persons (users) and groups (Django groups) in frontend"
Pipeline #7270 passed
......@@ -411,7 +411,7 @@ class AssignPermissionForm(forms.Form):
layout = Layout(
Fieldset(_("Who should get the permission?"), "groups", "persons"),
Fieldset(_("For what?"), "objects", "all_objects"),
Fieldset(_("On what?"), "objects", "all_objects"),
)
groups = forms.ModelMultipleChoiceField(
queryset=Group.objects.all(),
......
......@@ -49,6 +49,7 @@
<div class="card">
<div class="card-content">
<div class="card-title">{% trans "Filter permissions" %}</div>
<form method="get" action="">
{% csrf_token %}
{% form form=filter.form %}{% endform %}
......
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