Allow adding permissions for new users

This commit is contained in:
Raphael Michel
2015-06-15 22:07:35 +02:00
parent 8acc23a27a
commit e6c4e89712
2 changed files with 53 additions and 5 deletions

View File

@@ -31,6 +31,20 @@
<td>{{ form.DELETE }}</td>
</tr>
{% endfor %}
<tr>
<td>
<div class="row-fluid">
<div class="col-sm-12">
{% bootstrap_field add_form.user layout='inline' %}
</div>
</div>
</td>
<td>{{ add_form.can_change_settings }}</td>
<td>{{ add_form.can_change_items }}</td>
<td>{{ add_form.can_view_orders }}</td>
<td>{{ add_form.can_change_orders }}</td>
<td>{{ add_form.can_change_permissions }}</td>
</tr>
</tbody>
</table>
</fieldset>