alert in form fails in bs5?, so made it a div
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user