aboutsummaryrefslogblamecommitdiffstats
path: root/alphabetlearning/templates/payments/rate_limited.html
blob: c75e474d33f409b67ced5978f252ddb554c56eee (plain) (tree)
1
2
3
4
5
6
7
8
9
10
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 %}