src/cm/templates/site/user_activate.html
changeset 550 05b5e51e8823
parent 439 8994d24e4b2f
child 551 723261fb23fb
equal deleted inserted replaced
549:eb0d56ec0d90 550:05b5e51e8823
     5 {% block head %}
     5 {% block head %}
     6 {% endblock %}
     6 {% endblock %}
     7 
     7 
     8 {% block content %}
     8 {% block content %}
     9 
     9 
       
    10 <h1 class="main_title">
       
    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>
       
    13 {% else %}
       
    14 
       
    15 {% if CONF.workspace_name %}
       
    16 <a title="{% blocktrans %}back to workspace{% endblocktrans %}" class="title" href="{% url index %}">{{ CONF.workspace_name }}</a>
       
    17 {% endif %}
       
    18 {% endif %}
       
    19 </h1>
    10 <h1>{% blocktrans %}Activate your account{% endblocktrans %}</h1>
    20 <h1>{% blocktrans %}Activate your account{% endblocktrans %}</h1>
    11 <form id="user_add" enctype="multipart/form-data" class="wizard-form" action="." method="post">
    21 <form id="user_add" enctype="multipart/form-data" class="wizard-form" action="." method="post">
    12 <table class="wide_form">
    22 <table class="wide_form">
    13     <tbody>
    23     <tbody>
    14     {% with userform as form %}
    24     {% with userform as form %}