src/cm/templates/site/login.html
changeset 550 05b5e51e8823
parent 0 40c8f766c9b8
child 551 723261fb23fb
equal deleted inserted replaced
549:eb0d56ec0d90 550:05b5e51e8823
     7 
     7 
     8 {% block title %}{% blocktrans %}Login{% endblocktrans %}{% endblock %}
     8 {% block title %}{% blocktrans %}Login{% 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 {% include "site/login_form.html" %}
    23 {% include "site/login_form.html" %}
    15 
    24 
    16 {% endblock %}
    25 {% endblock %}