Поправил названия полей на формах регистрации и логина
This commit is contained in:
parent
f52a3d782e
commit
f02cd81dbb
@ -8,13 +8,13 @@
|
|||||||
<label for="emailInput" class="me-2">
|
<label for="emailInput" class="me-2">
|
||||||
Email
|
Email
|
||||||
</label>
|
</label>
|
||||||
<input id="emailInput" type="email" placeholder="mail@example.com" class="w-100"/>
|
<input id="emailInput" type="email" name="email" placeholder="mail@example.com" class="w-100"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-2 d-flex w-100">
|
<div class="mb-2 d-flex w-100">
|
||||||
<label for="passwordInput" class="me-2">
|
<label for="passwordInput" class="me-2">
|
||||||
Пароль
|
Пароль
|
||||||
</label>
|
</label>
|
||||||
<input id="passwordInput" type="password" class="w-100"/>
|
<input id="passwordInput" type="password" name="password" class="w-100"/>
|
||||||
</div>
|
</div>
|
||||||
<button class="btn btn-outline-primary" type="submit">
|
<button class="btn btn-outline-primary" type="submit">
|
||||||
Войти
|
Войти
|
||||||
|
@ -8,19 +8,19 @@
|
|||||||
<label for="fioInput" class="me-2">
|
<label for="fioInput" class="me-2">
|
||||||
ФИО
|
ФИО
|
||||||
</label>
|
</label>
|
||||||
<input id="fioInput" type="text" placeholder="Иванов Иван Иванович" class="w-100" />
|
<input id="fioInput" name="fio" type="text" placeholder="Иванов Иван Иванович" class="w-100" />
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-2 d-flex w-100">
|
<div class="mb-2 d-flex w-100">
|
||||||
<label for="emailInput" class="me-2">
|
<label for="emailInput" class="me-2">
|
||||||
Email
|
Email
|
||||||
</label>
|
</label>
|
||||||
<input id="emailInput" type="email" placeholder="mail@example.com" class="w-100" />
|
<input id="emailInput" type="email" name="email" placeholder="mail@example.com" class="w-100" />
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-2 d-flex w-100">
|
<div class="mb-2 d-flex w-100">
|
||||||
<label for="passwordInput" class="me-2">
|
<label for="passwordInput" class="me-2">
|
||||||
Пароль
|
Пароль
|
||||||
</label>
|
</label>
|
||||||
<input id="passwordInput" type="password" class="w-100" />
|
<input id="passwordInput" type="password" name="password" class="w-100" />
|
||||||
</div>
|
</div>
|
||||||
<button class="btn btn-outline-success" type="submit">
|
<button class="btn btn-outline-success" type="submit">
|
||||||
Зарегистрироваться
|
Зарегистрироваться
|
||||||
|
Loading…
Reference in New Issue
Block a user