src/cm/templates/site/profile.html
changeset 551 723261fb23fb
parent 550 05b5e51e8823
equal deleted inserted replaced
550:05b5e51e8823 551:723261fb23fb
    12 {% block content %}
    12 {% block content %}
    13 
    13 
    14 <h1 class="main_title">
    14 <h1 class="main_title">
    15 {% if CONF.f_get_logo_url %}
    15 {% if CONF.f_get_logo_url %}
    16 <div><a title="{% blocktrans %}back to workspace{% endblocktrans %}" alt="logo" class="title" href="{% url index %}"><img src="{{ CONF.f_get_logo_url }}" /></a></div>
    16 <div><a title="{% blocktrans %}back to workspace{% endblocktrans %}" alt="logo" class="title" href="{% url index %}"><img src="{{ CONF.f_get_logo_url }}" /></a></div>
    17 {% else %}
    17 {% endif %}
    18 
    18 
    19 {% if CONF.workspace_name %}
    19 {% if CONF.workspace_name %}
    20 <a title="{% blocktrans %}back to workspace{% endblocktrans %}" class="title" href="{% url index %}">{{ CONF.workspace_name }}</a>
    20 <a title="{% blocktrans %}back to workspace{% endblocktrans %}" class="title" href="{% url index %}">{{ CONF.workspace_name }}</a>
    21 {% endif %}
       
    22 {% endif %}
    21 {% endif %}
    23 </h1>
    22 </h1>
    24 <h1>{% blocktrans with user.username as username %}Your profile ({{ username }}){% endblocktrans %}</h1>
    23 <h1>{% blocktrans with user.username as username %}Your profile ({{ username }}){% endblocktrans %}</h1>
    25 
    24 
    26 <ul class="sub_list">
    25 <ul class="sub_list">