File: 429.html

package info (click to toggle)
django-allauth 65.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 9,672 kB
  • sloc: python: 34,411; javascript: 3,070; xml: 849; makefile: 235; sh: 8
file content (11 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
{% extends "allauth/layouts/entrance.html" %}
{% load allauth %}
{% block head_title %}
    Too Many Requests
{% endblock head_title %}
{% block content %}
    {% element h1 %}
        Too Many Requests
    {% endelement %}
    <p>You are sending too many requests.</p>
{% endblock content %}