From db7b6265e51f9561973df11e56b2c9ef3fe954b1 Mon Sep 17 00:00:00 2001 From: Adarnof Date: Tue, 24 Nov 2015 23:26:05 +0000 Subject: [PATCH] Moved templates to stock folder for uniformity. Updated settings.py.example to reflect this. --- alliance_auth/settings.py.example | 2 +- {templates => stock/templates}/public/base.html | 0 {templates => stock/templates}/public/index.html | 0 {templates => stock/templates}/public/login.html | 0 {templates => stock/templates}/public/register.html | 0 {templates => stock/templates}/registered/addapikey.html | 0 {templates => stock/templates}/registered/addtimer.html | 0 {templates => stock/templates}/registered/apikeymanagment.html | 0 {templates => stock/templates}/registered/characters.html | 0 {templates => stock/templates}/registered/corpstats.html | 0 {templates => stock/templates}/registered/dashboard.html | 0 {templates => stock/templates}/registered/fleetfits.html | 0 .../templates}/registered/fleetfits.html.example | 0 .../templates}/registered/fleetformattertool.html | 0 {templates => stock/templates}/registered/groupmanagement.html | 0 {templates => stock/templates}/registered/groups.html | 0 {templates => stock/templates}/registered/help.html | 0 .../templates}/registered/hrapplicationmanagement.html | 0 .../templates}/registered/hrapplicationsearchview.html | 0 .../templates}/registered/hrapplicationview.html | 0 .../templates}/registered/hrcreateapplication.html | 0 {templates => stock/templates}/registered/jabberbroadcast.html | 0 {templates => stock/templates}/registered/services.html | 0 {templates => stock/templates}/registered/srpfleetadd.html | 0 {templates => stock/templates}/registered/srpfleetdata.html | 0 {templates => stock/templates}/registered/srpfleetrequest.html | 0 .../templates}/registered/srpfleetrequestamount.html | 0 {templates => stock/templates}/registered/srpfleetupdate.html | 0 {templates => stock/templates}/registered/srpmanagement.html | 0 {templates => stock/templates}/registered/timermanagement.html | 0 .../templates}/registration/password_change_done.html | 0 .../templates}/registration/password_change_form.html | 0 .../templates}/registration/password_reset_complete.html | 0 .../templates}/registration/password_reset_confirm.html | 0 .../templates}/registration/password_reset_done.html | 0 .../templates}/registration/password_reset_email.html | 0 .../templates}/registration/password_reset_form.html | 0 37 files changed, 1 insertion(+), 1 deletion(-) rename {templates => stock/templates}/public/base.html (100%) rename {templates => stock/templates}/public/index.html (100%) rename {templates => stock/templates}/public/login.html (100%) rename {templates => stock/templates}/public/register.html (100%) rename {templates => stock/templates}/registered/addapikey.html (100%) rename {templates => stock/templates}/registered/addtimer.html (100%) rename {templates => stock/templates}/registered/apikeymanagment.html (100%) rename {templates => stock/templates}/registered/characters.html (100%) rename {templates => stock/templates}/registered/corpstats.html (100%) rename {templates => stock/templates}/registered/dashboard.html (100%) rename {templates => stock/templates}/registered/fleetfits.html (100%) rename {templates => stock/templates}/registered/fleetfits.html.example (100%) rename {templates => stock/templates}/registered/fleetformattertool.html (100%) rename {templates => stock/templates}/registered/groupmanagement.html (100%) rename {templates => stock/templates}/registered/groups.html (100%) rename {templates => stock/templates}/registered/help.html (100%) rename {templates => stock/templates}/registered/hrapplicationmanagement.html (100%) rename {templates => stock/templates}/registered/hrapplicationsearchview.html (100%) rename {templates => stock/templates}/registered/hrapplicationview.html (100%) rename {templates => stock/templates}/registered/hrcreateapplication.html (100%) rename {templates => stock/templates}/registered/jabberbroadcast.html (100%) rename {templates => stock/templates}/registered/services.html (100%) rename {templates => stock/templates}/registered/srpfleetadd.html (100%) rename {templates => stock/templates}/registered/srpfleetdata.html (100%) rename {templates => stock/templates}/registered/srpfleetrequest.html (100%) rename {templates => stock/templates}/registered/srpfleetrequestamount.html (100%) rename {templates => stock/templates}/registered/srpfleetupdate.html (100%) rename {templates => stock/templates}/registered/srpmanagement.html (100%) rename {templates => stock/templates}/registered/timermanagement.html (100%) rename {templates => stock/templates}/registration/password_change_done.html (100%) rename {templates => stock/templates}/registration/password_change_form.html (100%) rename {templates => stock/templates}/registration/password_reset_complete.html (100%) rename {templates => stock/templates}/registration/password_reset_confirm.html (100%) rename {templates => stock/templates}/registration/password_reset_done.html (100%) rename {templates => stock/templates}/registration/password_reset_email.html (100%) rename {templates => stock/templates}/registration/password_reset_form.html (100%) diff --git a/alliance_auth/settings.py.example b/alliance_auth/settings.py.example index cdc106bc..4cc67219 100755 --- a/alliance_auth/settings.py.example +++ b/alliance_auth/settings.py.example @@ -123,7 +123,7 @@ TEMPLATE_CONTEXT_PROCESSORS = ( TEMPLATE_DIRS = ( 'customization/templates', - 'templates', + 'stock/templates', ) STATICFILES_DIRS = ( diff --git a/templates/public/base.html b/stock/templates/public/base.html similarity index 100% rename from templates/public/base.html rename to stock/templates/public/base.html diff --git a/templates/public/index.html b/stock/templates/public/index.html similarity index 100% rename from templates/public/index.html rename to stock/templates/public/index.html diff --git a/templates/public/login.html b/stock/templates/public/login.html similarity index 100% rename from templates/public/login.html rename to stock/templates/public/login.html diff --git a/templates/public/register.html b/stock/templates/public/register.html similarity index 100% rename from templates/public/register.html rename to stock/templates/public/register.html diff --git a/templates/registered/addapikey.html b/stock/templates/registered/addapikey.html similarity index 100% rename from templates/registered/addapikey.html rename to stock/templates/registered/addapikey.html diff --git a/templates/registered/addtimer.html b/stock/templates/registered/addtimer.html similarity index 100% rename from templates/registered/addtimer.html rename to stock/templates/registered/addtimer.html diff --git a/templates/registered/apikeymanagment.html b/stock/templates/registered/apikeymanagment.html similarity index 100% rename from templates/registered/apikeymanagment.html rename to stock/templates/registered/apikeymanagment.html diff --git a/templates/registered/characters.html b/stock/templates/registered/characters.html similarity index 100% rename from templates/registered/characters.html rename to stock/templates/registered/characters.html diff --git a/templates/registered/corpstats.html b/stock/templates/registered/corpstats.html similarity index 100% rename from templates/registered/corpstats.html rename to stock/templates/registered/corpstats.html diff --git a/templates/registered/dashboard.html b/stock/templates/registered/dashboard.html similarity index 100% rename from templates/registered/dashboard.html rename to stock/templates/registered/dashboard.html diff --git a/templates/registered/fleetfits.html b/stock/templates/registered/fleetfits.html similarity index 100% rename from templates/registered/fleetfits.html rename to stock/templates/registered/fleetfits.html diff --git a/templates/registered/fleetfits.html.example b/stock/templates/registered/fleetfits.html.example similarity index 100% rename from templates/registered/fleetfits.html.example rename to stock/templates/registered/fleetfits.html.example diff --git a/templates/registered/fleetformattertool.html b/stock/templates/registered/fleetformattertool.html similarity index 100% rename from templates/registered/fleetformattertool.html rename to stock/templates/registered/fleetformattertool.html diff --git a/templates/registered/groupmanagement.html b/stock/templates/registered/groupmanagement.html similarity index 100% rename from templates/registered/groupmanagement.html rename to stock/templates/registered/groupmanagement.html diff --git a/templates/registered/groups.html b/stock/templates/registered/groups.html similarity index 100% rename from templates/registered/groups.html rename to stock/templates/registered/groups.html diff --git a/templates/registered/help.html b/stock/templates/registered/help.html similarity index 100% rename from templates/registered/help.html rename to stock/templates/registered/help.html diff --git a/templates/registered/hrapplicationmanagement.html b/stock/templates/registered/hrapplicationmanagement.html similarity index 100% rename from templates/registered/hrapplicationmanagement.html rename to stock/templates/registered/hrapplicationmanagement.html diff --git a/templates/registered/hrapplicationsearchview.html b/stock/templates/registered/hrapplicationsearchview.html similarity index 100% rename from templates/registered/hrapplicationsearchview.html rename to stock/templates/registered/hrapplicationsearchview.html diff --git a/templates/registered/hrapplicationview.html b/stock/templates/registered/hrapplicationview.html similarity index 100% rename from templates/registered/hrapplicationview.html rename to stock/templates/registered/hrapplicationview.html diff --git a/templates/registered/hrcreateapplication.html b/stock/templates/registered/hrcreateapplication.html similarity index 100% rename from templates/registered/hrcreateapplication.html rename to stock/templates/registered/hrcreateapplication.html diff --git a/templates/registered/jabberbroadcast.html b/stock/templates/registered/jabberbroadcast.html similarity index 100% rename from templates/registered/jabberbroadcast.html rename to stock/templates/registered/jabberbroadcast.html diff --git a/templates/registered/services.html b/stock/templates/registered/services.html similarity index 100% rename from templates/registered/services.html rename to stock/templates/registered/services.html diff --git a/templates/registered/srpfleetadd.html b/stock/templates/registered/srpfleetadd.html similarity index 100% rename from templates/registered/srpfleetadd.html rename to stock/templates/registered/srpfleetadd.html diff --git a/templates/registered/srpfleetdata.html b/stock/templates/registered/srpfleetdata.html similarity index 100% rename from templates/registered/srpfleetdata.html rename to stock/templates/registered/srpfleetdata.html diff --git a/templates/registered/srpfleetrequest.html b/stock/templates/registered/srpfleetrequest.html similarity index 100% rename from templates/registered/srpfleetrequest.html rename to stock/templates/registered/srpfleetrequest.html diff --git a/templates/registered/srpfleetrequestamount.html b/stock/templates/registered/srpfleetrequestamount.html similarity index 100% rename from templates/registered/srpfleetrequestamount.html rename to stock/templates/registered/srpfleetrequestamount.html diff --git a/templates/registered/srpfleetupdate.html b/stock/templates/registered/srpfleetupdate.html similarity index 100% rename from templates/registered/srpfleetupdate.html rename to stock/templates/registered/srpfleetupdate.html diff --git a/templates/registered/srpmanagement.html b/stock/templates/registered/srpmanagement.html similarity index 100% rename from templates/registered/srpmanagement.html rename to stock/templates/registered/srpmanagement.html diff --git a/templates/registered/timermanagement.html b/stock/templates/registered/timermanagement.html similarity index 100% rename from templates/registered/timermanagement.html rename to stock/templates/registered/timermanagement.html diff --git a/templates/registration/password_change_done.html b/stock/templates/registration/password_change_done.html similarity index 100% rename from templates/registration/password_change_done.html rename to stock/templates/registration/password_change_done.html diff --git a/templates/registration/password_change_form.html b/stock/templates/registration/password_change_form.html similarity index 100% rename from templates/registration/password_change_form.html rename to stock/templates/registration/password_change_form.html diff --git a/templates/registration/password_reset_complete.html b/stock/templates/registration/password_reset_complete.html similarity index 100% rename from templates/registration/password_reset_complete.html rename to stock/templates/registration/password_reset_complete.html diff --git a/templates/registration/password_reset_confirm.html b/stock/templates/registration/password_reset_confirm.html similarity index 100% rename from templates/registration/password_reset_confirm.html rename to stock/templates/registration/password_reset_confirm.html diff --git a/templates/registration/password_reset_done.html b/stock/templates/registration/password_reset_done.html similarity index 100% rename from templates/registration/password_reset_done.html rename to stock/templates/registration/password_reset_done.html diff --git a/templates/registration/password_reset_email.html b/stock/templates/registration/password_reset_email.html similarity index 100% rename from templates/registration/password_reset_email.html rename to stock/templates/registration/password_reset_email.html diff --git a/templates/registration/password_reset_form.html b/stock/templates/registration/password_reset_form.html similarity index 100% rename from templates/registration/password_reset_form.html rename to stock/templates/registration/password_reset_form.html