minor clean up on headings, alerts at top of /fix_dups route

This commit is contained in:
2021-02-13 20:30:21 +11:00
parent 49e0a5a797
commit 27e881ea8c
3 changed files with 11 additions and 11 deletions

View File

@@ -236,8 +236,6 @@ def fix_dups():
dup_cnt += 1
per_path_dups.append({'count': dup_cnt, 'd1': d1, 'd2': d2 })
st.SetAlert("warning")
st.SetMessage("Not Yet!")
return render_template("dups.html", per_file_dups=per_file_dups, per_path_dups=per_path_dups)
@app.route("/move_files", methods=["POST"])