summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2014-12-03 15:24:35 +0200
committerLV-426 <lv-426@taproot.org.il>2014-12-03 15:24:35 +0200
commitd1bddf995928ea308d391fd51b8068ecf9a8dbd1 (patch)
treefba7507a784d610790b059e10dbe085373f66356
parent2162d9fc87d3fedbfc7e158646737203f91b70ca (diff)
user-login panel
-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 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&nbsp;<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>