From 2c42e8d21803f2c0deb40b60b7749e6f19d84152 Mon Sep 17 00:00:00 2001 From: Sverre Johansen Date: Wed, 11 Nov 2009 15:40:32 +0100 Subject: [PATCH] Moved app templates into project. Makes sense to keep the templates in the main folder as long as they are not independent from the project (they seldome are anyway). --- {djangopypi => chishop}/templates/djangopypi/pypi.html | 0 {djangopypi => chishop}/templates/djangopypi/pypi_show_links.html | 0 {djangopypi => chishop}/templates/djangopypi/show_links.html | 0 {djangopypi => chishop}/templates/djangopypi/show_version.html | 0 {djangopypi => chishop}/templates/djangopypi/simple.html | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {djangopypi => chishop}/templates/djangopypi/pypi.html (100%) rename {djangopypi => chishop}/templates/djangopypi/pypi_show_links.html (100%) rename {djangopypi => chishop}/templates/djangopypi/show_links.html (100%) rename {djangopypi => chishop}/templates/djangopypi/show_version.html (100%) rename {djangopypi => chishop}/templates/djangopypi/simple.html (100%) diff --git a/djangopypi/templates/djangopypi/pypi.html b/chishop/templates/djangopypi/pypi.html similarity index 100% rename from djangopypi/templates/djangopypi/pypi.html rename to chishop/templates/djangopypi/pypi.html diff --git a/djangopypi/templates/djangopypi/pypi_show_links.html b/chishop/templates/djangopypi/pypi_show_links.html similarity index 100% rename from djangopypi/templates/djangopypi/pypi_show_links.html rename to chishop/templates/djangopypi/pypi_show_links.html diff --git a/djangopypi/templates/djangopypi/show_links.html b/chishop/templates/djangopypi/show_links.html similarity index 100% rename from djangopypi/templates/djangopypi/show_links.html rename to chishop/templates/djangopypi/show_links.html diff --git a/djangopypi/templates/djangopypi/show_version.html b/chishop/templates/djangopypi/show_version.html similarity index 100% rename from djangopypi/templates/djangopypi/show_version.html rename to chishop/templates/djangopypi/show_version.html diff --git a/djangopypi/templates/djangopypi/simple.html b/chishop/templates/djangopypi/simple.html similarity index 100% rename from djangopypi/templates/djangopypi/simple.html rename to chishop/templates/djangopypi/simple.html