modified: app.py
modified: templates/footer.html
This commit is contained in:
2
app.py
2
app.py
@@ -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()
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user