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

View File

@@ -1,4 +1,4 @@
{% load static wagtailcore_tags wagtailuserbar %}
{% load static i18n wagtailcore_tags wagtailuserbar tailwind_tags %}
<!DOCTYPE html>
<html lang="en">
@@ -25,6 +25,7 @@
{# Global stylesheets #}
<link rel="stylesheet" type="text/css" href="{% static 'css/kursy.css' %}">
{% tailwind_css %}
{% block extra_css %}
{# Override this in templates to add extra stylesheets #}
@@ -32,6 +33,7 @@
</head>
<body class="{% block body_class %}{% endblock %}">
{% include "header.html" %}
{% wagtailuserbar %}
{% block content %}{% endblock %}