fix: utils directory
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
{% include '_head.html' %}
|
||||
{% include 'utils/_head.html' %}
|
||||
<body>
|
||||
{% include '_header.html' %}
|
||||
{% include 'utils/_header.html' %}
|
||||
<div class="container" style="max-width:70%; justify-content: space-between;min-width: 40rem; flex-wrap: nowrap">
|
||||
<div class="profile">
|
||||
<h2 class="header" style="text-align:left">Ваш Профиль:</h2>
|
||||
@@ -18,7 +18,7 @@
|
||||
<input type="submit" value="Submit" class="btn1" style="margin-top: 1.25rem">
|
||||
</div>
|
||||
</div>
|
||||
{% include '_sidenav.html' %}
|
||||
{% include 'utils/_websidenav.html' %}
|
||||
|
||||
{% if error %}
|
||||
<div id="error"> <p>{{ error }}</p> </div>
|
||||
|
||||
Reference in New Issue
Block a user