Files
timerr/templates/accounts/login.html
T
2026-07-15 00:12:31 +05:00

4 lines
252 B
HTML

{% extends 'base.html' %}{% block title %}Вход — Timerr{% endblock %}{% block content %}
<section class="card narrow"><h1>Вход</h1><form method="post">{% csrf_token %}{{ form.as_p }}<button>Войти</button></form></section>
{% endblock %}