diff options
Diffstat (limited to 'alphabetlearning/templates/payments/verification_failed.html')
-rw-r--r-- | alphabetlearning/templates/payments/verification_failed.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/alphabetlearning/templates/payments/verification_failed.html b/alphabetlearning/templates/payments/verification_failed.html new file mode 100644 index 0000000..804320a --- /dev/null +++ b/alphabetlearning/templates/payments/verification_failed.html @@ -0,0 +1,4 @@ +{% extends "base.html" %} {% load static %} + +<h1>Verification Failed</h1> +<p>Sorry, this verification link is invalid or has already been used.</p> |