aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/templates/payments/rate_limited.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--alphabetlearning/templates/payments/rate_limited.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/alphabetlearning/templates/payments/rate_limited.html b/alphabetlearning/templates/payments/rate_limited.html
new file mode 100644
index 0000000..c75e474
--- /dev/null
+++ b/alphabetlearning/templates/payments/rate_limited.html
@@ -0,0 +1,11 @@
+{% extends "base.html" %}
+
+{% load static %}
+
+{% block content %}
+ <div class="container my-5">
+ <div class="row">
+ <h2>You have made to many submissions</h2>
+ <p>Please try again later.</p>
+ </div>
+{% endblock content %}