From: yomguy Date: Fri, 27 Apr 2012 22:10:52 +0000 (+0200) Subject: add note icon X-Git-Tag: 0.4~16 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=4bbab4ea6ddb816db3f33e4c2d84c63b776062bf;p=teleforma.git add note icon --- diff --git a/teleforma/templates/teleforma/courses.html b/teleforma/templates/teleforma/courses.html index d955cf17..b247028e 100644 --- a/teleforma/templates/teleforma/courses.html +++ b/teleforma/templates/teleforma/courses.html @@ -33,7 +33,7 @@ $(document).ready(function(){ {% block notes %}
-

playlists{% trans "My notes" %}

+

playlists{% trans "My notes" %}

    {% for note in notes %} diff --git a/teleforma/templates/telemeta/profile_detail.html b/teleforma/templates/telemeta/profile_detail.html index 56f128bf..5479a6c4 100644 --- a/teleforma/templates/telemeta/profile_detail.html +++ b/teleforma/templates/telemeta/profile_detail.html @@ -55,6 +55,7 @@
    {% trans "First Name" %}
    {{ usr.first_name }}
    {% trans "Last Name" %}
    {{ usr.last_name }}
    +
    {% trans "Username" %}
    {{ usr.username }}
    {% if usr.student.get %}
    {% trans "IEJ" %}
    {{ usr.student.get.iej }}
    diff --git a/teleforma/templates/telemeta/users.html b/teleforma/templates/telemeta/users.html index 7b0c10a3..f07710a8 100644 --- a/teleforma/templates/telemeta/users.html +++ b/teleforma/templates/telemeta/users.html @@ -13,7 +13,7 @@
    -

    playlists{% trans "Trainings" %}

    +

    Trainings{% trans "Trainings" %}

      {% block trainings %} @@ -26,7 +26,7 @@
    -

    playlists{% trans "IEJ" %}

    +

    IEJ {% trans "IEJ" %}

      {% block iej %} @@ -39,7 +39,7 @@
    -

    playlists{% trans "Courses" %}

    +

    Courses{% trans "Courses" %}

      {% block courses %}