aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README4
-rw-r--r--settings.py2
-rw-r--r--templates/404.html (renamed from 404.html)0
-rw-r--r--templates/500.html (renamed from 500.html)0
-rw-r--r--templates/admin/base_site.html (renamed from admin/base_site.html)0
-rw-r--r--templates/base.html (renamed from base.html)0
-rw-r--r--templates/layerindex/about.html (renamed from layerindex/about.html)0
-rw-r--r--templates/layerindex/deleteconfirm.html (renamed from layerindex/deleteconfirm.html)0
-rw-r--r--templates/layerindex/detail.html (renamed from layerindex/detail.html)0
-rw-r--r--templates/layerindex/editlayer.html (renamed from layerindex/editlayer.html)0
-rw-r--r--templates/layerindex/editlayernote.html (renamed from layerindex/editlayernote.html)0
-rw-r--r--templates/layerindex/index.html (renamed from layerindex/index.html)2
-rw-r--r--templates/layerindex/machines.html (renamed from layerindex/machines.html)0
-rw-r--r--templates/layerindex/rawrecipes.txt (renamed from layerindex/rawrecipes.txt)0
-rw-r--r--templates/layerindex/recipedetail.html (renamed from layerindex/recipedetail.html)0
-rw-r--r--templates/layerindex/recipes.html (renamed from layerindex/recipes.html)0
-rw-r--r--templates/layerindex/submitemail.txt (renamed from layerindex/submitemail.txt)0
-rw-r--r--templates/layerindex/submitlayer.html (renamed from layerindex/submitlayer.html)0
-rw-r--r--templates/layerindex/submitthanks.html (renamed from layerindex/submitthanks.html)0
-rw-r--r--templates/pagination.html (renamed from pagination.html)0
-rw-r--r--templates/registration/activate.html (renamed from registration/activate.html)0
-rw-r--r--templates/registration/activation_email.txt (renamed from registration/activation_email.txt)0
-rw-r--r--templates/registration/activation_email_subject.txt (renamed from registration/activation_email_subject.txt)0
-rw-r--r--templates/registration/login.html (renamed from registration/login.html)0
-rw-r--r--templates/registration/logout.html (renamed from registration/logout.html)0
-rw-r--r--templates/registration/password_change_done.html (renamed from registration/password_change_done.html)0
-rw-r--r--templates/registration/password_change_form.html (renamed from registration/password_change_form.html)0
-rw-r--r--templates/registration/password_reset_complete.html (renamed from registration/password_reset_complete.html)0
-rw-r--r--templates/registration/password_reset_confirm.html (renamed from registration/password_reset_confirm.html)0
-rw-r--r--templates/registration/password_reset_done.html (renamed from registration/password_reset_done.html)0
-rw-r--r--templates/registration/password_reset_email.html (renamed from registration/password_reset_email.html)0
-rw-r--r--templates/registration/password_reset_form.html (renamed from registration/password_reset_form.html)0
-rw-r--r--templates/registration/registration_complete.html (renamed from registration/registration_complete.html)0
-rw-r--r--templates/registration/registration_form.html (renamed from registration/registration_form.html)0
34 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index cd6d6a6fef..5b12c98341 100644
--- a/README
+++ b/README
@@ -61,8 +61,8 @@ Setup instructions:
"Submit Layer" feature within the interface itself (easiest) or the
admin interface to do this.
-5. You may wish to customise layerindex/about.html to suit your
- installation.
+5. You may wish to customise templates/layerindex/about.html to suit
+ your installation.
Usage
diff --git a/settings.py b/settings.py
index f9da68504e..234388578d 100644
--- a/settings.py
+++ b/settings.py
@@ -124,7 +124,7 @@ TEMPLATE_DIRS = (
# Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
# Always use forward slashes, even on Windows.
# Don't forget to use absolute paths, not relative paths.
- BASE_DIR
+ BASE_DIR + "/templates"
)
INSTALLED_APPS = (
diff --git a/404.html b/templates/404.html
index 6c1c1ce432..6c1c1ce432 100644
--- a/404.html
+++ b/templates/404.html
diff --git a/500.html b/templates/500.html
index 0f2f44818a..0f2f44818a 100644
--- a/500.html
+++ b/templates/500.html
diff --git a/admin/base_site.html b/templates/admin/base_site.html
index 0fcc54e62e..0fcc54e62e 100644
--- a/admin/base_site.html
+++ b/templates/admin/base_site.html
diff --git a/base.html b/templates/base.html
index 1989dd44ef..1989dd44ef 100644
--- a/base.html
+++ b/templates/base.html
diff --git a/layerindex/about.html b/templates/layerindex/about.html
index 401df745dd..401df745dd 100644
--- a/layerindex/about.html
+++ b/templates/layerindex/about.html
diff --git a/layerindex/deleteconfirm.html b/templates/layerindex/deleteconfirm.html
index 341b91fcd6..341b91fcd6 100644
--- a/layerindex/deleteconfirm.html
+++ b/templates/layerindex/deleteconfirm.html
diff --git a/layerindex/detail.html b/templates/layerindex/detail.html
index b779e949d1..b779e949d1 100644
--- a/layerindex/detail.html
+++ b/templates/layerindex/detail.html
diff --git a/layerindex/editlayer.html b/templates/layerindex/editlayer.html
index 9c65c84ffc..9c65c84ffc 100644
--- a/layerindex/editlayer.html
+++ b/templates/layerindex/editlayer.html
diff --git a/layerindex/editlayernote.html b/templates/layerindex/editlayernote.html
index 4c823d9087..4c823d9087 100644
--- a/layerindex/editlayernote.html
+++ b/templates/layerindex/editlayernote.html
diff --git a/layerindex/index.html b/templates/layerindex/index.html
index 461252ad7e..08998130be 100644
--- a/layerindex/index.html
+++ b/templates/layerindex/index.html
@@ -4,7 +4,7 @@
{% comment %}
- layerindex-web - main layer index page template
+ layerindex-web - layer list page template
Copyright (C) 2013 Intel Corporation
Licensed under the MIT license, see COPYING.MIT for details
diff --git a/layerindex/machines.html b/templates/layerindex/machines.html
index 7cade25011..7cade25011 100644
--- a/layerindex/machines.html
+++ b/templates/layerindex/machines.html
diff --git a/layerindex/rawrecipes.txt b/templates/layerindex/rawrecipes.txt
index c1911c9c97..c1911c9c97 100644
--- a/layerindex/rawrecipes.txt
+++ b/templates/layerindex/rawrecipes.txt
diff --git a/layerindex/recipedetail.html b/templates/layerindex/recipedetail.html
index b0d366a983..b0d366a983 100644
--- a/layerindex/recipedetail.html
+++ b/templates/layerindex/recipedetail.html
diff --git a/layerindex/recipes.html b/templates/layerindex/recipes.html
index ccc3b5481f..ccc3b5481f 100644
--- a/layerindex/recipes.html
+++ b/templates/layerindex/recipes.html
diff --git a/layerindex/submitemail.txt b/templates/layerindex/submitemail.txt
index fab7bf796a..fab7bf796a 100644
--- a/layerindex/submitemail.txt
+++ b/templates/layerindex/submitemail.txt
diff --git a/layerindex/submitlayer.html b/templates/layerindex/submitlayer.html
index 274f102e61..274f102e61 100644
--- a/layerindex/submitlayer.html
+++ b/templates/layerindex/submitlayer.html
diff --git a/layerindex/submitthanks.html b/templates/layerindex/submitthanks.html
index 9279f1f6bb..9279f1f6bb 100644
--- a/layerindex/submitthanks.html
+++ b/templates/layerindex/submitthanks.html
diff --git a/pagination.html b/templates/pagination.html
index 4e08cb7fdf..4e08cb7fdf 100644
--- a/pagination.html
+++ b/templates/pagination.html
diff --git a/registration/activate.html b/templates/registration/activate.html
index e85121e054..e85121e054 100644
--- a/registration/activate.html
+++ b/templates/registration/activate.html
diff --git a/registration/activation_email.txt b/templates/registration/activation_email.txt
index 588cb49fa5..588cb49fa5 100644
--- a/registration/activation_email.txt
+++ b/templates/registration/activation_email.txt
diff --git a/registration/activation_email_subject.txt b/templates/registration/activation_email_subject.txt
index 24f477cbb8..24f477cbb8 100644
--- a/registration/activation_email_subject.txt
+++ b/templates/registration/activation_email_subject.txt
diff --git a/registration/login.html b/templates/registration/login.html
index e41c7291a8..e41c7291a8 100644
--- a/registration/login.html
+++ b/templates/registration/login.html
diff --git a/registration/logout.html b/templates/registration/logout.html
index f8da51fa0d..f8da51fa0d 100644
--- a/registration/logout.html
+++ b/templates/registration/logout.html
diff --git a/registration/password_change_done.html b/templates/registration/password_change_done.html
index 659be0a46d..659be0a46d 100644
--- a/registration/password_change_done.html
+++ b/templates/registration/password_change_done.html
diff --git a/registration/password_change_form.html b/templates/registration/password_change_form.html
index 6e6358e271..6e6358e271 100644
--- a/registration/password_change_form.html
+++ b/templates/registration/password_change_form.html
diff --git a/registration/password_reset_complete.html b/templates/registration/password_reset_complete.html
index ef3637c709..ef3637c709 100644
--- a/registration/password_reset_complete.html
+++ b/templates/registration/password_reset_complete.html
diff --git a/registration/password_reset_confirm.html b/templates/registration/password_reset_confirm.html
index aeda0bf7ea..aeda0bf7ea 100644
--- a/registration/password_reset_confirm.html
+++ b/templates/registration/password_reset_confirm.html
diff --git a/registration/password_reset_done.html b/templates/registration/password_reset_done.html
index b8ef93cb99..b8ef93cb99 100644
--- a/registration/password_reset_done.html
+++ b/templates/registration/password_reset_done.html
diff --git a/registration/password_reset_email.html b/templates/registration/password_reset_email.html
index a55c86958b..a55c86958b 100644
--- a/registration/password_reset_email.html
+++ b/templates/registration/password_reset_email.html
diff --git a/registration/password_reset_form.html b/templates/registration/password_reset_form.html
index cb2f1d01cc..cb2f1d01cc 100644
--- a/registration/password_reset_form.html
+++ b/templates/registration/password_reset_form.html
diff --git a/registration/registration_complete.html b/templates/registration/registration_complete.html
index c59bd78ad1..c59bd78ad1 100644
--- a/registration/registration_complete.html
+++ b/templates/registration/registration_complete.html
diff --git a/registration/registration_form.html b/templates/registration/registration_form.html
index eac549bbff..eac549bbff 100644
--- a/registration/registration_form.html
+++ b/templates/registration/registration_form.html