move permissions form
This commit is contained in:
parent
86c484edd2
commit
1fbe4172e7
1 changed files with 2 additions and 2 deletions
|
@ -57,6 +57,8 @@
|
|||
{% endif %}
|
||||
|
||||
<h4>{% trans 'Access Permissions' %}</h4>
|
||||
{% trans 'Add' as button_label %}
|
||||
{% include 'control/fragment_access_permissions_form.html' with button_label=button_label %}
|
||||
{% if user.accesspermissions.all %}
|
||||
<form method="post">
|
||||
{% csrf_token %}
|
||||
|
@ -90,6 +92,4 @@
|
|||
{% else %}
|
||||
<p><em>{% trans 'none' %}</em></p>
|
||||
{% endif %}
|
||||
{% trans 'Add' as button_label %}
|
||||
{% include 'control/fragment_access_permissions_form.html' with button_label=button_label %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue