alert in form fails in bs5?, so made it a div

This commit is contained in:
2021-08-30 18:24:55 +10:00
parent 5ca8424e58
commit 7b672206d2

View File

@@ -205,7 +205,7 @@
</div>
{% endif %}
{% if auto.str|length %}
<alert class="alert alert-info">AUTOMATICALLY matched naming conventions resulting in:
<div class="alert alert-info">AUTOMATICALLY matched naming conventions resulting in:
<ul>
{{auto.str|safe}}
</ul>
@@ -215,7 +215,7 @@
{#
So by counting/double-check, uniq files kept = {{all_count.k_files+all_count.mk_files}}, overall dups = {{all_count.k_files+all_count.d_files+all_count.mk_files+all_count.md_files}}
#}
</alert>
</div>
{% endif %}
<div class="col-12"></div>
<input class="btn btn-danger mt-2" type="submit" value="Delete Duplicates">