[Bugfix] Update asset create template bug

pull/716/head
ibuler 2017-09-13 10:09:17 +08:00
parent 1d950c4f49
commit e6537699fd
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,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>