diff options
Diffstat (limited to 'res')
| -rw-r--r-- | res/templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index 22aefcd0..ff051fdd 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -23,8 +23,8 @@ <div class="user-area"> <div class="username"> <div class="profile-circle"></div> - <span class="profile-initials">AN<!-- must be two letters because of css --></span> - <div class="profile-username">Welcome <span id="user_id">Anonymous</span>! <span id="logout-button" class="button">Logout</span></div> + <span class="profile-initials">{{ profileinitials }}</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="/static/img/CRI-logo.png"> </div> |
