diff -r eb0d56ec0d90 -r 05b5e51e8823 src/cm/templates/site/profile_pw.html --- a/src/cm/templates/site/profile_pw.html Thu Oct 03 11:57:33 2013 +0200 +++ b/src/cm/templates/site/profile_pw.html Thu Oct 10 09:37:17 2013 +0200 @@ -11,6 +11,16 @@ {% block content %} +

+{% if CONF.f_get_logo_url %} +
+{% else %} + +{% if CONF.workspace_name %} +{{ CONF.workspace_name }} +{% endif %} +{% endif %} +

{% blocktrans with user.username as username %}Your profile ({{ username }}){% endblocktrans %}