From d135529c9468dfccc9c0a0ee33ae4a4e38f386f3 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Thu, 5 Feb 2015 21:11:50 +0200 Subject: index.html: use rz_username in welcome message --- res/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/templates/index.html b/res/templates/index.html index 0ea3464a..3df57765 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -15,7 +15,7 @@
-
Welcome {{ username }}! Logout
+
Welcome {{ rz_username }}!Logout
-- cgit v1.3.1