modified: app.py

modified:   templates/user_contact.html
This commit is contained in:
SimolZimol
2025-08-24 22:55:26 +02:00
parent ae57673029
commit 56592159c1
2 changed files with 7 additions and 3 deletions

2
app.py
View File

@@ -996,7 +996,7 @@ def user_contact():
))
connection.commit()
flash("Your message has been submitted successfully! We'll process it and get back to you within 15 minutes via Discord DM.", "success")
flash("Your message has been submitted successfully! We'll process it and get back to you within 15 minutes.", "success")
cursor.close()
connection.close()