Added Asset Create and Edit forms

This commit is contained in:
Matthew Smith
2020-02-05 15:35:07 +00:00
parent 39b22690f1
commit 5265ef835e
7 changed files with 189 additions and 11 deletions

View File

@@ -5,8 +5,10 @@
<dl class="dl-horizontal">
{% with form|nice_errors as qq %}
{% for error_name,desc in qq.items %}
<span>
<dt>{{error_name}}</dt>
<dd>{{desc}}</dd>
</span>
{% endfor %}
{% endwith %}
</dl>