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