diff --git a/apps/perms/templates/perms/asset_permission_create_update.html b/apps/perms/templates/perms/asset_permission_create_update.html index 337b24de2..b6789abbf 100644 --- a/apps/perms/templates/perms/asset_permission_create_update.html +++ b/apps/perms/templates/perms/asset_permission_create_update.html @@ -29,6 +29,11 @@
+ {% if form.non_field_errors %} +
+ {{ form.non_field_errors }} +
+ {% endif %} {% csrf_token %}

{% trans 'Basic' %}

{% bootstrap_field form.name layout="horizontal" %}