diff --git a/app.py b/app.py index bc83c44..394b800 100644 --- a/app.py +++ b/app.py @@ -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() diff --git a/templates/user_contact.html b/templates/user_contact.html index e1ba814..653eaa6 100644 --- a/templates/user_contact.html +++ b/templates/user_contact.html @@ -74,6 +74,8 @@ height: 60px; border-radius: 50%; border: 2px solid #667eea; + object-fit: cover; + background: #2d3748; } .user-details h5 { @@ -251,7 +253,9 @@ {% if user_info %}
- Avatar + Avatar
{{ user_info.global_name or user_info.username }}

{{ user_info.username }}#{{ user_info.discriminator }} (ID: {{ user_info.id }})

@@ -274,7 +278,7 @@
How it works