diff --git a/stock/templates/public/index.html b/stock/templates/public/index.html index f0e8d755..ac349ff6 100644 --- a/stock/templates/public/index.html +++ b/stock/templates/public/index.html @@ -32,13 +32,7 @@ - - {% if IS_CORP %} - {{ CORP_NAME }} - {% else %} - {{ ALLIANCE_NAME }} - {% endif %} - + {{ SITE_NAME }} diff --git a/stock/templates/registration/password_reset_complete.html b/stock/templates/registration/password_reset_complete.html index 72c02883..483c945a 100644 --- a/stock/templates/registration/password_reset_complete.html +++ b/stock/templates/registration/password_reset_complete.html @@ -12,11 +12,7 @@ - {% if IS_CORP %} - {{ CORP_NAME }} - Login - {% else %} - {{ ALLIANCE_NAME }} - Login - {% endif %} + {{ SITE_NAME }} - Login diff --git a/stock/templates/registration/password_reset_confirm.html b/stock/templates/registration/password_reset_confirm.html index 95da6e1f..03f6ee6c 100644 --- a/stock/templates/registration/password_reset_confirm.html +++ b/stock/templates/registration/password_reset_confirm.html @@ -12,11 +12,7 @@ - {% if IS_CORP %} - {{ CORP_NAME }} - Login - {% else %} - {{ ALLIANCE_NAME }} - Login - {% endif %} + {{ SITE_NAME }} - Login diff --git a/stock/templates/registration/password_reset_done.html b/stock/templates/registration/password_reset_done.html index fd1c734d..a3da67b8 100644 --- a/stock/templates/registration/password_reset_done.html +++ b/stock/templates/registration/password_reset_done.html @@ -12,7 +12,7 @@ - {{ CORP_NAME }} - Login + {{ SITE_NAME }} - Login diff --git a/stock/templates/registration/password_reset_form.html b/stock/templates/registration/password_reset_form.html index d80d9128..9273ff0a 100644 --- a/stock/templates/registration/password_reset_form.html +++ b/stock/templates/registration/password_reset_form.html @@ -11,12 +11,7 @@ - - {% if IS_CORP %} - {{ CORP_NAME }} - Login - {% else %} - {{ ALLIANCE_NAME }} - Login - {% endif %} + {{ SITE_NAME }} - Login