Добавил имена кнопкам

This commit is contained in:
Pro100ser
2020-03-15 20:45:18 +03:00
parent 1f4e0c11f0
commit fb0fa13a4e
3 changed files with 39 additions and 35 deletions

View File

@@ -14,7 +14,7 @@
<header class="header">
<div class="container clearfix">
<div class="header_left clearfix">
<a href="/" class="logo-decor">
<a href="" class="logo-decor">
<img class="logo_icon" src="{{ url_for('static', filename='./img/815a836e51c6f20226cb07df7f32895c.png') }}" alt="">
<p class="logo-text">J.a.r.v.i.s </p>
</a>
@@ -27,7 +27,7 @@
<div class="drop-block">
<div class="triangle triangle_mod"></div>
<a href="" class="input">
<input type="button" href="" name="scriptbutton" class="header_btn header_btn_mod" value="Выйти" >
<input type="button" href="" name="LogOut" class="header_btn header_btn_mod" value="Выйти" >
</a>
</div>
</div>
@@ -53,7 +53,7 @@
</label>
<label class="form__log">
<div class="form__field-title" >
Если:
Условие:
</div>
<select class="form__input-text" >
<option>Lorem ipsum dolor sit amet.</option>
@@ -113,13 +113,13 @@
</div>
<form action="" method="POST">
<label class="form__log">
<input type="text" class="form__input-text" placeholder="Логин" name = "">
<input type="text" class="form__input-text" placeholder="Логин" name = "TelegUserLogin">
</label>
<div class="form__btns">
<div class="form__controls">
<div class="form__controls-btns clearfix">
<div class="form__controls-right">
<button type="submit" value="Отправить" class="form__submit" name="" >Изменить</button>
<button type="submit" value="Отправить" class="form__submit" name="TelegButton" >Изменить</button>
</div>
</div>
</div>