feat: add signup form

This commit is contained in:
2026-03-10 14:15:31 +01:00
parent 1df9fe960a
commit 13df010470
15 changed files with 278 additions and 69 deletions

11
kursy/templates/429.html Normal file
View 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 %}