diff options
| author | LV-426 <lv-426@taproot.org.il> | 2014-12-16 18:09:35 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2014-12-16 18:09:35 +0200 |
| commit | 9cefbfc71962f488242191d723de1c814d282ec3 (patch) | |
| tree | 4593e8bb0b2521fb1c8ca9b90a852f1695dacb2b /res | |
| parent | ade19de410e0a789a921ec1666b278b2a64176d6 (diff) | |
removing /index.html, use res/templates/index.html
Diffstat (limited to 'res')
| -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 67467877..7595a4cf 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -22,7 +22,7 @@ <span class="profile-initials">UH</span> <div class="profile-username">Welcome <span id="user_id">{{ username }}</span>!<span id="logout-button" class="button">Logout</span></div> </div> - <img class="organization-logo" src="res/img/CRI-logo.png"> + <img class="organization-logo" src="/res/img/CRI-logo.png"> </div> </div> <div class="search-bar"> |
