]> git.parisson.com Git - teleforma.git/commitdiff
fix profile
authoryomguy <yomguy@parisson.com>
Wed, 2 Jan 2013 14:31:12 +0000 (15:31 +0100)
committeryomguy <yomguy@parisson.com>
Wed, 2 Jan 2013 14:31:12 +0000 (15:31 +0100)
teleforma/templates/telemeta/profile_detail.html

index 3e283b3a9a17f411bbe2f8382bda337e45075dcb..2e77000f4cb1375533ccd06e4d9203c7d1aa28d2 100644 (file)
     <div class="module">
     <h3><a href="{% url teleforma-desk %}"><img src="{{ STATIC_URL }}telemeta/images/module_playlist.png" alt="playlists" style="vertical-align:middle" />{% if user.username != usr.username%}{% trans "His seminars" %}{% else %}{% trans "My seminars" %}{% endif %}</a></h3>
     <div style="background: white;">
-    <ul>
     {% block courses %}
     {% with usr|user_seminars as seminars %}
      <ul>
-      {% for seminar in seminars %}
+      {% for seminar in seminars %} 
       <li><a href="{% url teleforma-seminar-detail seminar.id %}">{{ seminar.title }}</a></li>
       {% endfor %}
     </ul>
     {% endwith %}
     {% endblock courses %}
-    </ul>
     </div>
     </div>