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