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

{{ CONF.workspace_name }}

+

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

{% if public_texts %} @@ -37,4 +46,4 @@ {% endif %} -{% endblock %} \ No newline at end of file +{% endblock %}