diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-05 21:11:50 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-05 21:20:30 +0200 |
| commit | d135529c9468dfccc9c0a0ee33ae4a4e38f386f3 (patch) | |
| tree | 81b8ebf59cf91704f6edf99305ff526213a6701d | |
| parent | c7f183a845b3331dd6b52ce8de4d3fa39035f2a3 (diff) | |
index.html: use rz_username in welcome message
| -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 0ea3464a..3df57765 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -15,7 +15,7 @@ <div class="user-area"> <div class="username"> <div class="profile-circle"></div> - <div class="profile-username">Welcome <span id="user_id">{{ username }}</span>! <span id="logout-button" class="button">Logout</span></div> + <div class="profile-username">Welcome <span id="user_id">{{ rz_username }}</span>!<span id="btn-logout" class="button">Logout</span></div> </div> <img class="organization-logo" src="/static/img/CRI-logo.png"> </div> |
