From f7932d4ded03ee98092882541f1fad4c055935f4 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Wed, 21 Jan 2015 17:29:31 +0200 Subject: templates/index: move username and initials setting to server. Fixes #286 --- res/templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'res') 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 @@
- AN -
Welcome Anonymous! Logout
+ {{ profileinitials }} +
Welcome {{ username }}! Logout
-- cgit v1.3.1