summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-02-08 17:28:48 +0200
committerLV-426 <lv-426@taproot.org.il>2015-02-08 17:28:48 +0200
commit928e9239d893e083f7f7388a5bbc332197c1e9d9 (patch)
tree06ee789fd5e3aa481381ff17309344febccee5ae
parent7d43cea0710c4dcd60093a7533921219143decf6 (diff)
mv CRI logo to "footer"
-rw-r--r--res/templates/index.html4
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&nbsp;<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 %}