diff -r 05b5e51e8823 -r 723261fb23fb src/cm/templates/site/profile.html
--- a/src/cm/templates/site/profile.html Thu Oct 10 09:37:17 2013 +0200
+++ b/src/cm/templates/site/profile.html Thu Oct 10 11:16:05 2013 +0200
@@ -14,12 +14,11 @@
{% if CONF.f_get_logo_url %}
-{% else %}
+{% endif %}
{% if CONF.workspace_name %}
{{ CONF.workspace_name }}
{% endif %}
-{% endif %}
{% blocktrans with user.username as username %}Your profile ({{ username }}){% endblocktrans %}
diff -r 05b5e51e8823 -r 723261fb23fb src/cm/templates/site/profile_pw.html
--- a/src/cm/templates/site/profile_pw.html Thu Oct 10 09:37:17 2013 +0200
+++ b/src/cm/templates/site/profile_pw.html Thu Oct 10 11:16:05 2013 +0200
@@ -14,12 +14,11 @@
{% if CONF.f_get_logo_url %}
-{% else %}
+{% endif %}
{% if CONF.workspace_name %}
{{ CONF.workspace_name }}
{% endif %}
-{% endif %}
{% blocktrans with user.username as username %}Your profile ({{ username }}){% endblocktrans %}
diff -r 05b5e51e8823 -r 723261fb23fb src/cm/templates/site/register.html
--- a/src/cm/templates/site/register.html Thu Oct 10 09:37:17 2013 +0200
+++ b/src/cm/templates/site/register.html Thu Oct 10 11:16:05 2013 +0200
@@ -12,12 +12,11 @@
{% if CONF.f_get_logo_url %}
-{% else %}
+{% endif %}
{% if CONF.workspace_name %}
{{ CONF.workspace_name }}
{% endif %}
-{% endif %}
diff -r 05b5e51e8823 -r 723261fb23fb src/cm/templates/site/reset_pw.html
--- a/src/cm/templates/site/reset_pw.html Thu Oct 10 09:37:17 2013 +0200
+++ b/src/cm/templates/site/reset_pw.html Thu Oct 10 11:16:05 2013 +0200
@@ -14,12 +14,11 @@
{% if CONF.f_get_logo_url %}
-{% else %}
+{% endif %}
{% if CONF.workspace_name %}
{{ CONF.workspace_name }}
{% endif %}
-{% endif %}
{% blocktrans %}Reset your password{% endblocktrans %}