Files
notification/services/auth/resources/templates/registration/login.html
A'zamov Samandar dd0da49eb9 auth service created
2025-04-19 14:58:55 +05:00

16 lines
256 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<form action="" method="post">{% csrf_token %}
{{ form.as_p }}
<input type="submit" value="Kirish">
</form>
</body>
</html>