0.0.16 send new route form
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
<section class="login">
|
||||
<h1>Войдите в профиль</h1>
|
||||
<form name="registration_form" method="post">
|
||||
{% csrf_token %}
|
||||
<form class="login_form" name="login_form" method="post">
|
||||
{% csrf_token %}
|
||||
<div>
|
||||
{% if form.errors.all__ %}
|
||||
<div class="error_message">
|
||||
{{ form.errors.all__ }}
|
||||
</div>
|
||||
<span>
|
||||
{{ form.errors.all__ }}
|
||||
</span>
|
||||
{% endif %}
|
||||
|
||||
{% endif %}
|
||||
<div class="inputs_l">
|
||||
<input name="username" type="text" placeholder="Логин" {% if form.data.username %} value="{{ form.data.username }}"{% endif %}>
|
||||
{% if form.username and form.errors.username %}
|
||||
|
||||
Reference in New Issue
Block a user