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