diff options
| -rw-r--r-- | res/templates/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index 83455961..5454ed5d 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -16,7 +16,6 @@ <div class="profile-circle"></div> <div class="profile-username">Welcome <span id="user_id">{{ rz_username }}</span>!<span id="btn-logout" class="button">Logout</span></div> </div> - <a href="http://cri-paris.org/"><img id="org-logo__CRI" src="/static/img/CRI-logo.png"></a> </div> </div> <div class="search-bar"> @@ -137,4 +136,7 @@ <div class="rhizi-logo"><a href="http://www.rhizi.org"> <img src="/static/img/rhizi-logo.png"/></a> </div> + <div class="3rd-party-logo"> + <a href="http://cri-paris.org/"><img id="org-logo__CRI" src="/static/img/CRI-logo.png"></a> + </div> {% endblock %} |
