From 9d7a4b623385e229aed60ad015feac31b94c289a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stefan=20K=C3=B6gl?= Date: Tue, 20 Nov 2012 15:29:57 +0100 Subject: [PATCH] fix default text on userpages --- mygpo/share/templates/userpage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mygpo/share/templates/userpage.html b/mygpo/share/templates/userpage.html index 7165d133..a636ebb5 100644 --- a/mygpo/share/templates/userpage.html +++ b/mygpo/share/templates/userpage.html @@ -33,7 +33,7 @@ {% if user.about %} {{ user.about|markdown }} {% else %} - {% blocktrans with user.username as username %}{{ username }} is sharing his favorite podcasts on {{ site }}.{% endblocktrans %} + {% blocktrans with page_user.username as username %}{{ username }} is sharing his favorite podcasts on {{ site }}.{% endblocktrans %} {% endif %} -- 2.11.4.GIT