diff --git a/stock/templates/public/index.html b/stock/templates/public/index.html index 03341626..76821d67 100644 --- a/stock/templates/public/index.html +++ b/stock/templates/public/index.html @@ -32,7 +32,13 @@ - My Corp and/or Alliance Name + + {% if IS_CORP %} + {{ CORP_NAME }} + {% else %} + {{ ALLIANCE_NAME }} + {% endif %} +