From 87cd51a866eb0bd9f71616630b457009a7140273 Mon Sep 17 00:00:00 2001 From: spitkov Date: Fri, 20 Sep 2024 17:14:52 +0200 Subject: [PATCH] renamed folder bcuz i cant type --- {template => templates}/admin_dashboard.html | 0 {template => templates}/admin_login.html | 0 {template => templates}/base.html | 0 {template => templates}/comment.html | 0 {template => templates}/create_group.html | 0 {template => templates}/edit_group_post.html | 0 {template => templates}/edit_post.html | 0 {template => templates}/group_detail.html | 0 {template => templates}/group_post_detail.html | 0 {template => templates}/groups.html | 0 {template => templates}/index.html | 0 {template => templates}/login.html | 0 {template => templates}/manage_group.html | 0 {template => templates}/post.html | 0 {template => templates}/post_detail.html | 0 {template => templates}/posts_partial.html | 0 {template => templates}/profile.html | 0 {template => templates}/register.html | 0 18 files changed, 0 insertions(+), 0 deletions(-) rename {template => templates}/admin_dashboard.html (100%) rename {template => templates}/admin_login.html (100%) rename {template => templates}/base.html (100%) rename {template => templates}/comment.html (100%) rename {template => templates}/create_group.html (100%) rename {template => templates}/edit_group_post.html (100%) rename {template => templates}/edit_post.html (100%) rename {template => templates}/group_detail.html (100%) rename {template => templates}/group_post_detail.html (100%) rename {template => templates}/groups.html (100%) rename {template => templates}/index.html (100%) rename {template => templates}/login.html (100%) rename {template => templates}/manage_group.html (100%) rename {template => templates}/post.html (100%) rename {template => templates}/post_detail.html (100%) rename {template => templates}/posts_partial.html (100%) rename {template => templates}/profile.html (100%) rename {template => templates}/register.html (100%) diff --git a/template/admin_dashboard.html b/templates/admin_dashboard.html similarity index 100% rename from template/admin_dashboard.html rename to templates/admin_dashboard.html diff --git a/template/admin_login.html b/templates/admin_login.html similarity index 100% rename from template/admin_login.html rename to templates/admin_login.html diff --git a/template/base.html b/templates/base.html similarity index 100% rename from template/base.html rename to templates/base.html diff --git a/template/comment.html b/templates/comment.html similarity index 100% rename from template/comment.html rename to templates/comment.html diff --git a/template/create_group.html b/templates/create_group.html similarity index 100% rename from template/create_group.html rename to templates/create_group.html diff --git a/template/edit_group_post.html b/templates/edit_group_post.html similarity index 100% rename from template/edit_group_post.html rename to templates/edit_group_post.html diff --git a/template/edit_post.html b/templates/edit_post.html similarity index 100% rename from template/edit_post.html rename to templates/edit_post.html diff --git a/template/group_detail.html b/templates/group_detail.html similarity index 100% rename from template/group_detail.html rename to templates/group_detail.html diff --git a/template/group_post_detail.html b/templates/group_post_detail.html similarity index 100% rename from template/group_post_detail.html rename to templates/group_post_detail.html diff --git a/template/groups.html b/templates/groups.html similarity index 100% rename from template/groups.html rename to templates/groups.html diff --git a/template/index.html b/templates/index.html similarity index 100% rename from template/index.html rename to templates/index.html diff --git a/template/login.html b/templates/login.html similarity index 100% rename from template/login.html rename to templates/login.html diff --git a/template/manage_group.html b/templates/manage_group.html similarity index 100% rename from template/manage_group.html rename to templates/manage_group.html diff --git a/template/post.html b/templates/post.html similarity index 100% rename from template/post.html rename to templates/post.html diff --git a/template/post_detail.html b/templates/post_detail.html similarity index 100% rename from template/post_detail.html rename to templates/post_detail.html diff --git a/template/posts_partial.html b/templates/posts_partial.html similarity index 100% rename from template/posts_partial.html rename to templates/posts_partial.html diff --git a/template/profile.html b/templates/profile.html similarity index 100% rename from template/profile.html rename to templates/profile.html diff --git a/template/register.html b/templates/register.html similarity index 100% rename from template/register.html rename to templates/register.html