First commit

This commit is contained in:
Johan
2025-12-18 14:35:15 +01:00
commit 460c962bb6
26 changed files with 796 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{% extends 'base.html' %}
{% block content %}
<h2>Se connecter</h2>
<form method="post">
{% csrf_token %}
{{ form.as_p }}
<button type="submit">Se connecter</button>
</form>
{% endblock %}