diff options
Diffstat (limited to 'res/templates')
| -rw-r--r-- | res/templates/index.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index 866d0572..5fc64cc7 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -12,10 +12,8 @@ <div class="top-bar"> <span id="doc-title">Rhizi Prototype</span> <div class="user-area"> - <div class="username"> - <div class="profile-circle"></div> - <div class="profile-username">Welcome <span id="user_id">{{ rz_username }}</span>!<span id="btn-logout" class="button">Logout</span></div> - </div> + <span id="profile-circle"></span> + <span class="profile-username">Welcome <span id="user_id">{{ rz_username }}</span>!<span id="btn-logout" class="button">Logout</span></span> </div> </div> <div id="intro-task" class="task-alert" style="display:none"> |
