From: yomguy Date: Wed, 2 Jan 2013 14:31:12 +0000 (+0100) Subject: fix profile X-Git-Tag: 0.9-probarreau~191 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=fd31b6c5e5345f21df9428e0a40692d1dab3bfda;p=teleforma.git fix profile --- diff --git a/teleforma/templates/telemeta/profile_detail.html b/teleforma/templates/telemeta/profile_detail.html index 3e283b3a..2e77000f 100644 --- a/teleforma/templates/telemeta/profile_detail.html +++ b/teleforma/templates/telemeta/profile_detail.html @@ -15,17 +15,15 @@

playlists{% if user.username != usr.username%}{% trans "His seminars" %}{% else %}{% trans "My seminars" %}{% endif %}

-
    {% block courses %} {% with usr|user_seminars as seminars %}
      - {% for seminar in seminars %} + {% for seminar in seminars %}
    • {{ seminar.title }}
    • {% endfor %}
    {% endwith %} {% endblock courses %} -