From 368ee8f21eadece816a8252cf3ae253cc4c08a9d Mon Sep 17 00:00:00 2001
From: Tanner Prestegard <tanner.prestegard@ligo.org>
Date: Tue, 23 Apr 2019 10:13:25 -0500
Subject: [PATCH] Bugfix some template issues

---
 gracedb/templates/base.html | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gracedb/templates/base.html b/gracedb/templates/base.html
index 10976d3a5..136160bb7 100644
--- a/gracedb/templates/base.html
+++ b/gracedb/templates/base.html
@@ -56,7 +56,7 @@ GraceDB &mdash; Gravitational Wave Candidate Event Database
 
 <div id="header">
 <!-- Header. Yea, this is actually a footer.  It *was* as header once, though. -->
- <table align="center" width="90%%">
+ <table align="center" width="90%">
   <tr>
    <td align="center">
     <img width="52" height="36" src="{% static "images/ligo-blue.gif" %}" />
@@ -71,11 +71,11 @@ GraceDB &mdash; Gravitational Wave Candidate Event Database
    <td align="center">
     {% if user and user.username == "chad.hanna@LIGO.ORG" %}
         <img width="194" height="37" src="{% static "images/PI_Logo-anim.gif" %}" />
-    {% else %}{% if user and user.username == "kipp.cannon@LIGO.ORG" %}
-        <img width="194" height="37" src="{% static "images/CITA_logo-anim.gif" %}" />
     {% else %}
-       <!-- <img width="107" height="37" src="{% static "images/anim2.gif" %}" /> -->
-    {% endif %}{% endif %}
+        {% if user and user.username == "kipp.cannon@LIGO.ORG" %}
+            <img width="194" height="37" src="{% static "images/CITA_logo-anim.gif" %}" />
+        {% endif %}
+    {% endif %}
     <!-- 287px 101px -->
    </td>
 
-- 
GitLab