From 3d50f977d917693a2c827f4492c5a9c52bdea7b7 Mon Sep 17 00:00:00 2001 From: Adarnof Date: Wed, 18 Jan 2017 23:25:42 -0500 Subject: [PATCH] Remove leftover IS_CORP references --- stock/templates/public/index.html | 8 +------- stock/templates/public/login.html | 8 ++------ stock/templates/public/register.html | 7 +------ stock/templates/registered/groups.html | 6 +----- stock/templates/registration/password_reset_complete.html | 6 +----- stock/templates/registration/password_reset_confirm.html | 6 +----- stock/templates/registration/password_reset_done.html | 2 +- stock/templates/registration/password_reset_form.html | 7 +------ 8 files changed, 9 insertions(+), 41 deletions(-) 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