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> </div>
{% endif %} {% endif %}
{% if auto.str|length %} {% 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> <ul>
{{auto.str|safe}} {{auto.str|safe}}
</ul> </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}} 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 %} {% endif %}
<div class="col-12"></div> <div class="col-12"></div>
<input class="btn btn-danger mt-2" type="submit" value="Delete Duplicates"> <input class="btn btn-danger mt-2" type="submit" value="Delete Duplicates">