diff options
| -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 dc40704c..125caf49 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -18,7 +18,7 @@ <div class="username"> <div class="profile-circle"></div> <span class="profile-initials">UH</span> - <div class="profile-username">Welcome {{ username }}!</div> + <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"> </div> |
