Skip to content

Commit 74c1452

Browse files
authored
Merge pull request #126 from VCGithubCode/ak-prideful-branch
Adjust timeout to 10 seconds, add additional text to the thank you page
2 parents 8107985 + 23ebcf4 commit 74c1452

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contact/templates/thankyou.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<script>
77
setTimeout(function() {
88
window.location.href = "{% url 'home' %}"
9-
}, 5000);
9+
}, 10000);
1010
</script>
1111
{% endblock %}
1212

@@ -26,6 +26,7 @@ <h1 class="fw-bold text-white">THANK YOU!</h1>
2626
Your message has been received.
2727
</p>
2828
<p class="lh-m">Please allow 1-2 working days for a response.</p>
29+
<p class="lh-m fs-5">You will be redirected to the home page in 10 seconds...</p>
2930
<a class="btn btn-primary btn-sm mb-2" href="{% url 'home' %}" aria-labels="Link to Home page"><i class="fa-solid fa-house"></i> Return to the Home Page</a>
3031
<hr class="w-50 mx-auto mt-2">
3132
<img class="img-fluid rounded mb-4 mb-lg-0"

0 commit comments

Comments
 (0)