src/hdalab/templates/profile_home.html
changeset 523 4d641dc5e7e6
parent 473 f469ab22542d
child 529 f479d60ca502
equal deleted inserted replaced
522:2729d4978aa2 523:4d641dc5e7e6
     2 {% load i18n %}
     2 {% load i18n %}
     3 {% load static %}
     3 {% load static %}
     4 {% load thumbnail %}
     4 {% load thumbnail %}
     5 {% load hdalab_tags %}
     5 {% load hdalab_tags %}
     6 
     6 
     7 {% block title %}{{block.super}} > {% trans 'Profil utilisateur' %} : {{ user.username }}{% endblock %}
     7 {% block title %}{{block.super}} > {% trans 'Compte utilisateur' %} : {{ user.username }}{% endblock %}
     8 
     8 
     9 {% block css_import %}
     9 {% block css_import %}
    10 {{block.super}}
    10 {{block.super}}
    11     <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/index.css' %}" />
    11     <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/index.css' %}" />
    12     <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/ui-lightness/jquery-ui-1.10.4.min.css' %}" />
    12     <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/ui-lightness/jquery-ui-1.10.4.min.css' %}" />
    25 </script>
    25 </script>
    26 {% endblock %}
    26 {% endblock %}
    27 
    27 
    28 {% block main_content %}
    28 {% block main_content %}
    29     <div class="all-title">
    29     <div class="all-title">
    30         <h1>{% trans 'Mon profil' %}</h1>
    30         <h1>{% trans 'Mon compte' %}</h1>
    31        </div>
    31        </div>
    32        {% if user.is_staff %}
    32        {% if user.is_staff %}
    33        <div class="sub-content">
    33        <div class="sub-content">
    34         <h2>/ {% trans 'Adminsitration du Site' %}</h2>
    34         <h2>/ {% trans 'Adminsitration du Site' %}</h2>
    35           <p>
    35           <p>