From 9b9bf2250285888000c7c3bcf7a25bb79c6a6da4 Mon Sep 17 00:00:00 2001 From: Adarnof Date: Sat, 7 Nov 2015 06:10:56 +0000 Subject: [PATCH] Fixed absent corp/alliance name next to cog in base template --- templates/public/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/public/base.html b/templates/public/base.html index cc582d80..38d75250 100755 --- a/templates/public/base.html +++ b/templates/public/base.html @@ -37,9 +37,9 @@
{% if IS_CORP %} - {{ CORP_NAME }} + {{ CORP_NAME }} {% else %} - {{ ALLIANCE_NAME }} + {{ ALLIANCE_NAME }} {% endif %}