mirror of
https://github.com/Llloooggg/Jarvis.git
synced 2026-03-06 03:56:23 +03:00
Обновил зависимости, провел рефракторинг
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
click==7.1.1
|
||||
Flask==1.1.1
|
||||
Flask-HTTPAuth==3.3.0
|
||||
Flask-Login==0.5.0
|
||||
Flask-SQLAlchemy==2.4.1
|
||||
itsdangerous==1.1.0
|
||||
Jinja2==3.0.0a1
|
||||
|
||||
@@ -20,7 +20,8 @@
|
||||
<div class="header_left clearfix">
|
||||
<a class="logo-decor" href="/">
|
||||
<img alt=""
|
||||
class="logo_icon" src="{{ url_for('static', filename='./img/815a836e51c6f20226cb07df7f32895c.png') }}">
|
||||
class="logo_icon"
|
||||
src="{{ url_for('static', filename='./img/815a836e51c6f20226cb07df7f32895c.png') }}">
|
||||
<p class="logo-text">J.a.r.v.i.s </p>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@@ -18,7 +18,8 @@
|
||||
<div class="header_left clearfix">
|
||||
<a class="logo-decor" href="/">
|
||||
<img alt=""
|
||||
class="logo_icon" src="{{ url_for('static', filename='./img/815a836e51c6f20226cb07df7f32895c.png') }}">
|
||||
class="logo_icon"
|
||||
src="{{ url_for('static', filename='./img/815a836e51c6f20226cb07df7f32895c.png') }}">
|
||||
<p class="logo-text">J.a.r.v.i.s </p>
|
||||
</a>
|
||||
</div>
|
||||
@@ -53,7 +54,8 @@
|
||||
<div class="form__field-title">
|
||||
Название
|
||||
</div>
|
||||
<input class="form__input-text" name="NewScenarioName" placeholder="Название нового сценария"
|
||||
<input class="form__input-text" name="NewScenarioName"
|
||||
placeholder="Название нового сценария"
|
||||
type="text">
|
||||
</label>
|
||||
<label class="form__log">
|
||||
|
||||
Reference in New Issue
Block a user