[Bugfix] Update asset create template bug

This commit is contained in:
ibuler 2017-09-13 10:09:17 +08:00
parent 1d950c4f49
commit e6537699fd

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>