src/ldt/ldt/ldt_utils/templates/front/front_base.html
changeset 520 10284a1810fe
parent 506 8dc3043a7470
child 524 7d83b8989b91
equal deleted inserted replaced
519:c39f905103d3 520:10284a1810fe
    11     <link rel="SHORTCUT ICON" href="{{LDT_MEDIA_PREFIX}}/img/favicon.ico" />
    11     <link rel="SHORTCUT ICON" href="{{LDT_MEDIA_PREFIX}}/img/favicon.ico" />
    12     <title>{% block title %}Lignes de temps{% endblock %}</title>
    12     <title>{% block title %}Lignes de temps{% endblock %}</title>
    13     {% block js_import %}{% endblock %}
    13     {% block js_import %}{% endblock %}
    14     {% block css_declaration %}{% endblock %}
    14     {% block css_declaration %}{% endblock %}
    15     {% block css_import %}
    15     {% block css_import %}
    16     <link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700' rel='stylesheet' type='text/css'>
       
    17     <link rel="stylesheet" href="{{LDT_MEDIA_PREFIX}}css/front_common.css" type="text/css"/>
    16     <link rel="stylesheet" href="{{LDT_MEDIA_PREFIX}}css/front_common.css" type="text/css"/>
    18     {% endblock %}
    17     {% endblock %}
    19     {% block js_declaration %}{% endblock %}
    18     {% block js_declaration %}{% endblock %}
    20 {% endblock %}
    19 {% endblock %}
    21 </head>
    20 </head>