From a309a733d681b922ea5d7ce5852cd5f84a6409b2 Mon Sep 17 00:00:00 2001 From: Adarnof Date: Tue, 3 Jan 2017 18:33:30 -0500 Subject: [PATCH] Hide alliance logo when main character has none. --- stock/templates/registered/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock/templates/registered/dashboard.html b/stock/templates/registered/dashboard.html index ecfb342f..a6904a03 100644 --- a/stock/templates/registered/dashboard.html +++ b/stock/templates/registered/dashboard.html @@ -27,7 +27,7 @@
- {% if main.alliance_id != '0' %} + {% if main.alliance_id %}
{{ main.alliance_name }}