fix: utils directory

This commit is contained in:
2025-04-07 21:36:50 +03:00
parent fe43dc0497
commit 5a17934843
16 changed files with 56 additions and 44 deletions
+3 -3
View File
@@ -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>