From: yomguy Date: Mon, 11 Jun 2012 08:57:06 +0000 (+0200) Subject: fix profile courses, no options in tabs, fix XLS export col width X-Git-Tag: 0.5^2~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6d0ac8668f01eefab45625fe053d276b8f1cdda3;p=teleforma.git fix profile courses, no options in tabs, fix XLS export col width --- diff --git a/teleforma/templates/telemeta/inc/user_list.html b/teleforma/templates/telemeta/inc/user_list.html index 10a05a81..7559a186 100644 --- a/teleforma/templates/telemeta/inc/user_list.html +++ b/teleforma/templates/telemeta/inc/user_list.html @@ -25,7 +25,6 @@ {% trans "Written spe"%} {% trans "Oral 1"%} {% trans "Oral 2"%} - {% trans "Options"%} {% trans "Write"%} @@ -44,7 +43,6 @@ {{ student.written_speciality.code }} {{ student.oral_1.code }} {{ student.oral_2.code }} - {{ student.options.code }} {% endwith %} {% elif user.professor.get %} {% trans "Professor" %} diff --git a/teleforma/templates/telemeta/profile_detail.html b/teleforma/templates/telemeta/profile_detail.html index 8a7eb6ca..459df4b7 100644 --- a/teleforma/templates/telemeta/profile_detail.html +++ b/teleforma/templates/telemeta/profile_detail.html @@ -17,11 +17,11 @@