This commit is contained in:
Piotr Kopycki 2022-01-30 15:38:27 +01:00
parent 6fa75ab620
commit 60a32e29c6

View File

@ -4,7 +4,7 @@
{% block title %}Zaloguj się{% endblock %}
{% block content %}
<h2>Zaloguj się</h2>
<h2>Zaloguj, się</h2>
<form method="post"> {% csrf_token %}
{% for field in login_form %}