fix: replace express-ejs-layouts with EJS partial includes (header/footer)

This commit is contained in:
Дмитрий Мамедов
2026-06-10 18:44:06 +03:00
parent 1105f0366d
commit fad0b6d630
10 changed files with 51 additions and 10 deletions

View File

@@ -1,3 +1,4 @@
<%- include('../partials/header') %>
<div class="row">
<div class="col-12">
<div class="row mb-4">
@@ -137,3 +138,4 @@
else alert('Failed to delete user');
}
</script>
<%- include('../partials/footer') %>