summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/templates/index.html2
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&nbsp;<span id="user_id">{{ username }}</span>! <span id="logout-button" class="button">Logout</span></div>
+ <div class="profile-username">Welcome&nbsp;<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>