src/cm/templates/site/activate.html
changeset 551 723261fb23fb
parent 550 05b5e51e8823
equal deleted inserted replaced
550:05b5e51e8823 551:723261fb23fb
     8 {% block content %}
     8 {% block content %}
     9 
     9 
    10 <h1 class="main_title">
    10 <h1 class="main_title">
    11 {% if CONF.f_get_logo_url %}
    11 {% if CONF.f_get_logo_url %}
    12 <div><a title="{% blocktrans %}back to workspace{% endblocktrans %}" alt="logo" class="title" href="{% url index %}"><img src="{{ CONF.f_get_logo_url }}" /></a></div>
    12 <div><a title="{% blocktrans %}back to workspace{% endblocktrans %}" alt="logo" class="title" href="{% url index %}"><img src="{{ CONF.f_get_logo_url }}" /></a></div>
    13 {% else %}
    13 {% endif %}
    14 
    14 
    15 {% if CONF.workspace_name %}
    15 {% if CONF.workspace_name %}
    16 <a title="{% blocktrans %}back to workspace{% endblocktrans %}" class="title" href="{% url index %}">{{ CONF.workspace_name }}</a>
    16 <a title="{% blocktrans %}back to workspace{% endblocktrans %}" class="title" href="{% url index %}">{{ CONF.workspace_name }}</a>
    17 {% endif %}
       
    18 {% endif %}
    17 {% endif %}
    19 </h1>
    18 </h1>
    20 <h1>{% blocktrans %}Activate your account{% endblocktrans %}</h1>
    19 <h1>{% blocktrans %}Activate your account{% endblocktrans %}</h1>
    21 
    20 
    22 <form id="activate" enctype="multipart/form-data" class="wizard-form" action="." method="post">
    21 <form id="activate" enctype="multipart/form-data" class="wizard-form" action="." method="post">