]> git.parisson.com Git - teleforma.git/commitdiff
fix url
authoryomguy <yomguy@parisson.com>
Wed, 6 Jun 2012 11:14:44 +0000 (13:14 +0200)
committeryomguy <yomguy@parisson.com>
Wed, 6 Jun 2012 11:14:44 +0000 (13:14 +0200)
teleforma/templates/teleforma/inc/media_list.html

index b54fb389b4590c9d1a4a4dae712e19c7c2d1e2fa..83d5048d133760e4596272c26d3ed6ebd6f0a935 100644 (file)
@@ -19,7 +19,7 @@
         {% for media in course.media.all|from_type:type %}
             <tr {% if not forloop.counter0|divisibleby:"2" %}class="odd"{% endif %}>
             <td><a href="{% url teleforma-media-detail media.id %}">{{ media.conference.session }}</a></td>
-            <td><a href="{% url telemeta-profile-detail media.conference.professor.user.username %}" target="_blank">{{ media.conference.professor }}</a></td>
+            <td><a href="{% url teleforma-profile-detail media.conference.professor.user.username %}" target="_blank">{{ media.conference.professor }}</a></td>
             <td><a href="{% url teleforma-media-detail media.id %}">{{ media.conference.date_begin }}</a></td>
             <td>{{ media.item.approx_duration }}</td>
             </tr>