feat: add signup form
This commit is contained in:
11
kursy/templates/429.html
Normal file
11
kursy/templates/429.html
Normal file
@@ -0,0 +1,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 %}
|
||||
Reference in New Issue
Block a user