From 4bbab4ea6ddb816db3f33e4c2d84c63b776062bf Mon Sep 17 00:00:00 2001 From: yomguy Date: Sat, 28 Apr 2012 00:10:52 +0200 Subject: [PATCH] add note icon --- teleforma/templates/teleforma/courses.html | 2 +- teleforma/templates/telemeta/profile_detail.html | 1 + teleforma/templates/telemeta/users.html | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) 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 %} -- 2.39.5