From 0a37ba36d97947f06ad4eff4cf286865a9503206 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Sat, 1 Nov 2025 21:26:49 +0100 Subject: [PATCH] redactor --- templates/{templates => }/base.html | 0 templates/{templates => }/edit.html | 0 templates/{templates => }/home.html | 0 templates/{templates => }/index.html | 0 templates/{templates => }/logs.html | 0 templates/{templates => }/statistics.html | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename templates/{templates => }/base.html (100%) rename templates/{templates => }/edit.html (100%) rename templates/{templates => }/home.html (100%) rename templates/{templates => }/index.html (100%) rename templates/{templates => }/logs.html (100%) rename templates/{templates => }/statistics.html (100%) diff --git a/templates/templates/base.html b/templates/base.html similarity index 100% rename from templates/templates/base.html rename to templates/base.html diff --git a/templates/templates/edit.html b/templates/edit.html similarity index 100% rename from templates/templates/edit.html rename to templates/edit.html diff --git a/templates/templates/home.html b/templates/home.html similarity index 100% rename from templates/templates/home.html rename to templates/home.html diff --git a/templates/templates/index.html b/templates/index.html similarity index 100% rename from templates/templates/index.html rename to templates/index.html diff --git a/templates/templates/logs.html b/templates/logs.html similarity index 100% rename from templates/templates/logs.html rename to templates/logs.html diff --git a/templates/templates/statistics.html b/templates/statistics.html similarity index 100% rename from templates/templates/statistics.html rename to templates/statistics.html