src/cm/templates/site/notifications_desactivate.html
changeset 551 723261fb23fb
parent 550 05b5e51e8823
equal deleted inserted replaced
550:05b5e51e8823 551:723261fb23fb
    10 {% block content %}
    10 {% block content %}
    11 
    11 
    12 <h1 class="main_title">
    12 <h1 class="main_title">
    13 {% if CONF.f_get_logo_url %}
    13 {% if CONF.f_get_logo_url %}
    14 <div><a title="{% blocktrans %}back to workspace{% endblocktrans %}" alt="logo" class="title" href="{% url index %}"><img src="{{ CONF.f_get_logo_url }}" /></a></div>
    14 <div><a title="{% blocktrans %}back to workspace{% endblocktrans %}" alt="logo" class="title" href="{% url index %}"><img src="{{ CONF.f_get_logo_url }}" /></a></div>
    15 {% else %}
    15 {% endif %}
    16 
    16 
    17 {% if CONF.workspace_name %}
    17 {% if CONF.workspace_name %}
    18 <a title="{% blocktrans %}back to workspace{% endblocktrans %}" class="title" href="{% url index %}">{{ CONF.workspace_name }}</a>
    18 <a title="{% blocktrans %}back to workspace{% endblocktrans %}" class="title" href="{% url index %}">{{ CONF.workspace_name }}</a>
    19 {% endif %}
       
    20 {% endif %}
    19 {% endif %}
    21 </h1>
    20 </h1>
    22 
    21 
    23 <div id="login_container">
    22 <div id="login_container">
    24 
    23