mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-01 22:58:59 +00:00
[Bugfix] 修复修改资产报错无提示的问题
This commit is contained in:
parent
cd2b88caee
commit
3533bf588b
@ -12,7 +12,7 @@
|
||||
|
||||
{% block form %}
|
||||
<form action="" method="post" class="form-horizontal">
|
||||
{% if form.no_field_errors %}
|
||||
{% if form.non_field_errors %}
|
||||
<div class="alert alert-danger">
|
||||
{{ form.non_field_errors }}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user