feat: add signup form
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user