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