src/cm/templates/site/layout/base_text.html
changeset 541 4fd07dd80b25
parent 61 84837aa8d2ca
equal deleted inserted replaced
540:dce127afac9d 541:4fd07dd80b25
    18 {% endblock %}
    18 {% endblock %}
    19 
    19 
    20 {% block content %}
    20 {% block content %}
    21 
    21 
    22 {%  include "site/macros/text_actions.html" %}
    22 {%  include "site/macros/text_actions.html" %}
    23 <h1 class="main_title_text"><a class="title" href="{% url text-view text.key %}">{{ text.get_title }}</a></h1>
    23 <h1 class="main_title_text">
       
    24   {% if CONF.f_get_logo_url %}<div><a title="{% blocktrans %}back to workspace{% endblocktrans %}" alt="logo" class="title" href="{% url index %}"><img src="{{ CONF.f_get_logo_url }}" alt="logo" /></a></div>{% endif %}
       
    25   <a class="title" href="{% url text-view text.key %}">{{ text.get_title }}</a>
       
    26 </h1>
    24 
    27 
    25 {% include "site/macros/text_meta.html" %}   
    28 {% include "site/macros/text_meta.html" %}   
    26 {% include "site/macros/text_tabs.html" %}   
    29 {% include "site/macros/text_tabs.html" %}   
    27 
    30 
    28 {% block main %}
    31 {% block main %}