From 854096bac7615c22844f997d0174653d7c7689d0 Mon Sep 17 00:00:00 2001 From: colcrunch Date: Fri, 4 May 2018 03:46:27 -0400 Subject: [PATCH] fix alliancelogo on corp stats page --- allianceauth/corputils/templates/corputils/corpstats.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/allianceauth/corputils/templates/corputils/corpstats.html b/allianceauth/corputils/templates/corputils/corpstats.html index 7cec62f9..c204f06e 100644 --- a/allianceauth/corputils/templates/corputils/corpstats.html +++ b/allianceauth/corputils/templates/corputils/corpstats.html @@ -11,7 +11,7 @@ {% if corpstats.corp.alliance %}{% else %}col-lg-offset-3{% endif %}"> {% if corpstats.corp.alliance %} - + {% endif %} @@ -202,4 +202,4 @@ }); }); -{% endblock %} \ No newline at end of file +{% endblock %}