From 16c105ed66d37c93d1966c71be107f783b940706 Mon Sep 17 00:00:00 2001 From: samaradel Date: Thu, 21 Jul 2022 20:46:30 +0200 Subject: [PATCH] rn dirs --- templates/{news-categories => news-category}/list.html | 0 templates/{news-categories => news-category}/single.html | 0 templates/{partners-categories => partners-category}/list.html | 0 templates/{partners-categories => partners-category}/single.html | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename templates/{news-categories => news-category}/list.html (100%) rename templates/{news-categories => news-category}/single.html (100%) rename templates/{partners-categories => partners-category}/list.html (100%) rename templates/{partners-categories => partners-category}/single.html (100%) diff --git a/templates/news-categories/list.html b/templates/news-category/list.html similarity index 100% rename from templates/news-categories/list.html rename to templates/news-category/list.html diff --git a/templates/news-categories/single.html b/templates/news-category/single.html similarity index 100% rename from templates/news-categories/single.html rename to templates/news-category/single.html diff --git a/templates/partners-categories/list.html b/templates/partners-category/list.html similarity index 100% rename from templates/partners-categories/list.html rename to templates/partners-category/list.html diff --git a/templates/partners-categories/single.html b/templates/partners-category/single.html similarity index 100% rename from templates/partners-categories/single.html rename to templates/partners-category/single.html