diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-08 16:04:56 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-08 16:04:56 +0200 |
| commit | 70e31765f4ebe259a6975a48c3dd4f39a840a55f (patch) | |
| tree | 1137260f441a27b19776d2e9f26c5493f0751419 | |
| parent | 09fe4d76edfe3414b61fd1f7aec5082974f5a8c7 (diff) | |
add CRI institute link
| -rw-r--r-- | res/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index 8563cc69..c64b418f 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -17,7 +17,7 @@ <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> - <img id="org-logo__CRI" src="/static/img/CRI-logo.png"> + <a href="http://cri-paris.org/"><img id="org-logo__CRI" src="/static/img/CRI-logo.png"></a> </div> </div> <div class="search-bar"> |
