4 lines
252 B
HTML
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 %}
|