[Bugfix] 修复修改资产报错无提示的问题

pull/1416/head
ibuler 2018-08-14 18:08:07 +08:00
parent cd2b88caee
commit 3533bf588b
1 changed files with 1 additions and 1 deletions

View File

@ -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>