diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-05 21:11:30 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-05 21:20:30 +0200 |
| commit | c7f183a845b3331dd6b52ce8de4d3fa39035f2a3 (patch) | |
| tree | 4a62931f6931dcfaedbff2032337c2314d9e8662 | |
| parent | 53f84d967bcfd25dfaa0e805568df6e0ab6b884f (diff) | |
index.html: rm dangling profileinitials
| -rw-r--r-- | res/templates/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index 54a2b53a..0ea3464a 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -15,7 +15,6 @@ <div class="user-area"> <div class="username"> <div class="profile-circle"></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"> |
