diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-08 17:28:48 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-08 17:28:48 +0200 |
| commit | 928e9239d893e083f7f7388a5bbc332197c1e9d9 (patch) | |
| tree | 06ee789fd5e3aa481381ff17309344febccee5ae | |
| parent | 7d43cea0710c4dcd60093a7533921219143decf6 (diff) | |
mv CRI logo to "footer"
| -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 %} |
