Put also workspace name in any case.
authorgibus
Thu, 10 Oct 2013 11:16:05 +0200
changeset 551 723261fb23fb
parent 550 05b5e51e8823
child 552 ee0c833d1969
Put also workspace name in any case.
src/cm/templates/site/activate.html
src/cm/templates/site/contact.html
src/cm/templates/site/forgot_pw.html
src/cm/templates/site/help.html
src/cm/templates/site/login.html
src/cm/templates/site/non_authenticated_index.html
src/cm/templates/site/notifications_desactivate.html
src/cm/templates/site/profile.html
src/cm/templates/site/profile_pw.html
src/cm/templates/site/register.html
src/cm/templates/site/reset_pw.html
src/cm/templates/site/text_pending.html
src/cm/templates/site/unauthorized.html
src/cm/templates/site/user_activate.html
--- a/src/cm/templates/site/activate.html	Thu Oct 10 09:37:17 2013 +0200
+++ b/src/cm/templates/site/activate.html	Thu Oct 10 11:16:05 2013 +0200
@@ -10,12 +10,11 @@
 <h1 class="main_title">
 {% if CONF.f_get_logo_url %}
 <div><a title="{% blocktrans %}back to workspace{% endblocktrans %}" alt="logo" class="title" href="{% url index %}"><img src="{{ CONF.f_get_logo_url }}" /></a></div>
-{% else %}
+{% endif %}
 
 {% if CONF.workspace_name %}
 <a title="{% blocktrans %}back to workspace{% endblocktrans %}" class="title" href="{% url index %}">{{ CONF.workspace_name }}</a>
 {% endif %}
-{% endif %}
 </h1>
 <h1>{% blocktrans %}Activate your account{% endblocktrans %}</h1>
 
--- a/src/cm/templates/site/contact.html	Thu Oct 10 09:37:17 2013 +0200
+++ b/src/cm/templates/site/contact.html	Thu Oct 10 11:16:05 2013 +0200
@@ -14,12 +14,11 @@
 <h1 class="main_title">
 {% if CONF.f_get_logo_url %}
 <div><a title="{% blocktrans %}back to workspace{% endblocktrans %}" alt="logo" class="title" href="{% url index %}"><img src="{{ CONF.f_get_logo_url }}" /></a></div>
-{% else %}
+{% endif %}
 
 {% if CONF.workspace_name %}
 <a title="{% blocktrans %}back to workspace{% endblocktrans %}" class="title" href="{% url index %}">{{ CONF.workspace_name }}</a>
 {% endif %}
-{% endif %}
 </h1>
 <h1>Contact</h1>
 <form id="profile" enctype="multipart/form-data" class="wizard-form" action="." method="post">
--- a/src/cm/templates/site/forgot_pw.html	Thu Oct 10 09:37:17 2013 +0200
+++ b/src/cm/templates/site/forgot_pw.html	Thu Oct 10 11:16:05 2013 +0200
@@ -14,12 +14,11 @@
 <h1 class="main_title">
 {% if CONF.f_get_logo_url %}
 <div><a title="{% blocktrans %}back to workspace{% endblocktrans %}" alt="logo" class="title" href="{% url index %}"><img src="{{ CONF.f_get_logo_url }}" /></a></div>
-{% else %}
+{% endif %}
 
 {% if CONF.workspace_name %}
 <a title="{% blocktrans %}back to workspace{% endblocktrans %}" class="title" href="{% url index %}">{{ CONF.workspace_name }}</a>
 {% endif %}
-{% endif %}
 </h1>
 <h1>{% blocktrans %}Reset my password{% endblocktrans %}</h1>
 
--- a/src/cm/templates/site/help.html	Thu Oct 10 09:37:17 2013 +0200
+++ b/src/cm/templates/site/help.html	Thu Oct 10 11:16:05 2013 +0200
@@ -14,12 +14,11 @@
 <h1 class="main_title">
 {% if CONF.f_get_logo_url %}
 <div><a title="{% blocktrans %}back to workspace{% endblocktrans %}" alt="logo" class="title" href="{% url index %}"><img src="{{ CONF.f_get_logo_url }}" /></a></div>
-{% else %}
+{% endif %}
 
 {% if CONF.workspace_name %}
 <a title="{% blocktrans %}back to workspace{% endblocktrans %}" class="title" href="{% url index %}">{{ CONF.workspace_name }}</a>
 {% endif %}
-{% endif %}
 </h1>
 <h1>{% blocktrans %}Help{% endblocktrans %}</h1>
 
--- a/src/cm/templates/site/login.html	Thu Oct 10 09:37:17 2013 +0200
+++ b/src/cm/templates/site/login.html	Thu Oct 10 11:16:05 2013 +0200
@@ -12,12 +12,11 @@
 <h1 class="main_title">
 {% if CONF.f_get_logo_url %}
 <div><a title="{% blocktrans %}back to workspace{% endblocktrans %}" alt="logo" class="title" href="{% url index %}"><img src="{{ CONF.f_get_logo_url }}" /></a></div>
-{% else %}
+{% endif %}
 
 {% if CONF.workspace_name %}
 <a title="{% blocktrans %}back to workspace{% endblocktrans %}" class="title" href="{% url index %}">{{ CONF.workspace_name }}</a>
 {% endif %}
-{% endif %}
 </h1>
 
 {% include "site/login_form.html" %}
--- a/src/cm/templates/site/non_authenticated_index.html	Thu Oct 10 09:37:17 2013 +0200
+++ b/src/cm/templates/site/non_authenticated_index.html	Thu Oct 10 11:16:05 2013 +0200
@@ -14,12 +14,11 @@
 <h1 class="main_title">
 {% if CONF.f_get_logo_url %}
 <div><a title="{% blocktrans %}back to workspace{% endblocktrans %}" alt="logo" class="title" href="{% url index %}"><img src="{{ CONF.f_get_logo_url }}" /></a></div>
-{% else %}
+{% endif %}
 
 {% if CONF.workspace_name %}
 <a title="{% blocktrans %}back to workspace{% endblocktrans %}" class="title" href="{% url index %}">{{ CONF.workspace_name }}</a>
 {% endif %}
-{% endif %}
 </h1>
 
 {% if public_texts %}
--- a/src/cm/templates/site/notifications_desactivate.html	Thu Oct 10 09:37:17 2013 +0200
+++ b/src/cm/templates/site/notifications_desactivate.html	Thu Oct 10 11:16:05 2013 +0200
@@ -12,12 +12,11 @@
 <h1 class="main_title">
 {% if CONF.f_get_logo_url %}
 <div><a title="{% blocktrans %}back to workspace{% endblocktrans %}" alt="logo" class="title" href="{% url index %}"><img src="{{ CONF.f_get_logo_url }}" /></a></div>
-{% else %}
+{% endif %}
 
 {% if CONF.workspace_name %}
 <a title="{% blocktrans %}back to workspace{% endblocktrans %}" class="title" href="{% url index %}">{{ CONF.workspace_name }}</a>
 {% endif %}
-{% endif %}
 </h1>
 
 <div id="login_container">
--- 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 @@
 <h1 class="main_title">
 {% if CONF.f_get_logo_url %}
 <div><a title="{% blocktrans %}back to workspace{% endblocktrans %}" alt="logo" class="title" href="{% url index %}"><img src="{{ CONF.f_get_logo_url }}" /></a></div>
-{% else %}
+{% endif %}
 
 {% if CONF.workspace_name %}
 <a title="{% blocktrans %}back to workspace{% endblocktrans %}" class="title" href="{% url index %}">{{ CONF.workspace_name }}</a>
 {% endif %}
-{% endif %}
 </h1>
 <h1>{% blocktrans with user.username as username %}Your profile ({{ username }}){% endblocktrans %}</h1>
 
--- 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 @@
 <h1 class="main_title">
 {% if CONF.f_get_logo_url %}
 <div><a title="{% blocktrans %}back to workspace{% endblocktrans %}" alt="logo" class="title" href="{% url index %}"><img src="{{ CONF.f_get_logo_url }}" /></a></div>
-{% else %}
+{% endif %}
 
 {% if CONF.workspace_name %}
 <a title="{% blocktrans %}back to workspace{% endblocktrans %}" class="title" href="{% url index %}">{{ CONF.workspace_name }}</a>
 {% endif %}
-{% endif %}
 </h1>
 <h1>{% blocktrans with user.username as username %}Your profile ({{ username }}){% endblocktrans %}</h1>
 
--- 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 @@
 <h1 class="main_title">
 {% if CONF.f_get_logo_url %}
 <div><a title="{% blocktrans %}back to workspace{% endblocktrans %}" alt="logo" class="title" href="{% url index %}"><img src="{{ CONF.f_get_logo_url }}" /></a></div>
-{% else %}
+{% endif %}
 
 {% if CONF.workspace_name %}
 <a title="{% blocktrans %}back to workspace{% endblocktrans %}" class="title" href="{% url index %}">{{ CONF.workspace_name }}</a>
 {% endif %}
-{% endif %}
 </h1>
 
 <div id="login_container">
--- 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 @@
 <h1 class="main_title">
 {% if CONF.f_get_logo_url %}
 <div><a title="{% blocktrans %}back to workspace{% endblocktrans %}" alt="logo" class="title" href="{% url index %}"><img src="{{ CONF.f_get_logo_url }}" /></a></div>
-{% else %}
+{% endif %}
 
 {% if CONF.workspace_name %}
 <a title="{% blocktrans %}back to workspace{% endblocktrans %}" class="title" href="{% url index %}">{{ CONF.workspace_name }}</a>
 {% endif %}
-{% endif %}
 </h1>
 <h1>{% blocktrans %}Reset your password{% endblocktrans %}</h1>
 <form id="profile" enctype="multipart/form-data" class="wizard-form" action="." method="post">
--- a/src/cm/templates/site/text_pending.html	Thu Oct 10 09:37:17 2013 +0200
+++ b/src/cm/templates/site/text_pending.html	Thu Oct 10 11:16:05 2013 +0200
@@ -4,12 +4,11 @@
 <h1 class="main_title">
 {% if CONF.f_get_logo_url %}
 <div><a title="{% blocktrans %}back to workspace{% endblocktrans %}" alt="logo" class="title" href="{% url index %}"><img src="{{ CONF.f_get_logo_url }}" /></a></div>
-{% else %}
+{% endif %}
 
 {% if CONF.workspace_name %}
 <a title="{% blocktrans %}back to workspace{% endblocktrans %}" class="title" href="{% url index %}">{{ CONF.workspace_name }}</a>
 {% endif %}
-{% endif %}
 </h1>
 <h1>Text pending!</h1>
 
--- a/src/cm/templates/site/unauthorized.html	Thu Oct 10 09:37:17 2013 +0200
+++ b/src/cm/templates/site/unauthorized.html	Thu Oct 10 11:16:05 2013 +0200
@@ -5,12 +5,11 @@
 <h1 class="main_title">
 {% if CONF.f_get_logo_url %}
 <div><a title="{% blocktrans %}back to workspace{% endblocktrans %}" alt="logo" class="title" href="{% url index %}"><img src="{{ CONF.f_get_logo_url }}" /></a></div>
-{% else %}
+{% endif %}
 
 {% if CONF.workspace_name %}
 <a title="{% blocktrans %}back to workspace{% endblocktrans %}" class="title" href="{% url index %}">{{ CONF.workspace_name }}</a>
 {% endif %}
-{% endif %}
 </h1>
 <h1>{% blocktrans %}Unauthorized{% endblocktrans %}</h1>
 
--- a/src/cm/templates/site/user_activate.html	Thu Oct 10 09:37:17 2013 +0200
+++ b/src/cm/templates/site/user_activate.html	Thu Oct 10 11:16:05 2013 +0200
@@ -10,12 +10,11 @@
 <h1 class="main_title">
 {% if CONF.f_get_logo_url %}
 <div><a title="{% blocktrans %}back to workspace{% endblocktrans %}" alt="logo" class="title" href="{% url index %}"><img src="{{ CONF.f_get_logo_url }}" /></a></div>
-{% else %}
+{% endif %}
 
 {% if CONF.workspace_name %}
 <a title="{% blocktrans %}back to workspace{% endblocktrans %}" class="title" href="{% url index %}">{{ CONF.workspace_name }}</a>
 {% endif %}
-{% endif %}
 </h1>
 <h1>{% blocktrans %}Activate your account{% endblocktrans %}</h1>
 <form id="user_add" enctype="multipart/form-data" class="wizard-form" action="." method="post">