Put error message in alert name
This commit is contained in:
parent
4cb2447edb
commit
7145c36ed1
@ -52,11 +52,9 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if form.environment_names.errors %}
|
{% if form.environment_names.errors %}
|
||||||
{% call Alert("Missing Environments", level="error") %}
|
{% for error in form.environment_names.errors %}
|
||||||
{% for error in form.environment_names.errors %}
|
{{ Alert(error, level="error") }}
|
||||||
<p>{{ error }}</p>
|
{% endfor %}
|
||||||
{% endfor %}
|
|
||||||
{% endcall %}
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<div class="block-list project-list-item">
|
<div class="block-list project-list-item">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user