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 @@
diff --git a/stock/templates/public/login.html b/stock/templates/public/login.html
index 03ec37d9..2351ab4d 100644
--- a/stock/templates/public/login.html
+++ b/stock/templates/public/login.html
@@ -11,12 +11,8 @@
- {% if IS_CORP %}
-
{{ CORP_NAME }} - Login
- {% else %}
-
{{ ALLIANCE_NAME }} - Login
- {% endif %}
-
+
{{ SITE_NAME }} - Login
+
diff --git a/stock/templates/public/register.html b/stock/templates/public/register.html
index af69878c..b0d850ae 100644
--- a/stock/templates/public/register.html
+++ b/stock/templates/public/register.html
@@ -10,12 +10,7 @@
-
- {% if IS_CORP %}
-
{{ CORP_NAME }} - Login
- {% else %}
-
{{ ALLIANCE_NAME }} - Login
- {% endif %}
+
{{ SITE_NAME }} - Login
diff --git a/stock/templates/registered/groups.html b/stock/templates/registered/groups.html
index 21c5ec6a..fab9e04d 100644
--- a/stock/templates/registered/groups.html
+++ b/stock/templates/registered/groups.html
@@ -51,11 +51,7 @@
No groups available.
{% endif %}
{% else %}
- {% if IS_CORP %}
-
{% trans "You are not in the corporation." %}
- {% else %}
-
{% trans "You are not in the alliance." %}
- {% endif %}
+
{% trans "You are not a member." %}
{% endif %}
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 @@