modified: app.py

modified:   templates/footer.html
This commit is contained in:
SimolZimol
2025-08-24 23:17:17 +02:00
parent cfcb7260a5
commit 215d4bd11e
2 changed files with 3 additions and 3 deletions

2
app.py
View File

@@ -995,7 +995,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.", "success")
flash("Your message has been submitted successfully! We have received your request and will get back to you as soon as possible.", "success")
cursor.close()
connection.close()

View File

@@ -54,10 +54,10 @@
<i class="fas fa-envelope"></i> Support
</h5>
<ul class="footer-links">
<li><a href="{{ url_for('contact') }}"><i class="fas fa-envelope"></i> Contact Us</a></li>
<li><a href="{{ url_for('user_contact') }}"><i class="fas fa-envelope"></i> Contact Us</a></li>
<li><a href="{{ url_for('terms_of_service') }}"><i class="fas fa-file-contract"></i> Terms of Service</a></li>
<li><a href="{{ url_for('privacy_policy') }}"><i class="fas fa-user-shield"></i> Privacy Policy</a></li>
<li><a href="#"><i class="fas fa-bug"></i> Report Issue</a></li>
<li><a href="{{ url_for('user_contact') }}"><i class="fas fa-bug"></i> Report Issue</a></li>
</ul>
</div>
</div>