Merge branch 'master' into frontend

This commit is contained in:
2020-03-15 15:12:38 +03:00
committed by GitHub
6 changed files with 78 additions and 29 deletions

View File

@@ -29,7 +29,7 @@
<section class="form">
<div class="form__title">
Лист событий
Настройки
</div>
<!-- лейблы -->
<form action="/registration" method="POST">
@@ -38,9 +38,9 @@
<div class="form__row clearfix">
<label class="form__log">
<div class="form__field-title" >
Telegramm
Telegram
</div>
<input type="text" class="form__input-text" placeholder="Telegramm" name = "">
<input type="text" class="form__input-text" placeholder="Telegram" name = "">
</label>
<label class="form__log">
<div class="form__field-title" >

View File

@@ -57,7 +57,7 @@
<div class="form__field-title" >
Введите пароль
</div>
<input type="password" class="form__input-text" placeholder="Введите пароль" name = "UserPass">
<input type="password" class="form__input-text" placeholder="Введите пароль" name = "UserPassw">
</label>
</div>
<div class="form__btns">