]> git.parisson.com Git - teleforma.git/commitdiff
bugfix
authoryomguy <yomguy@parisson.com>
Mon, 20 Aug 2012 13:35:55 +0000 (15:35 +0200)
committeryomguy <yomguy@parisson.com>
Mon, 20 Aug 2012 13:35:55 +0000 (15:35 +0200)
teleforma/templates/teleforma/course_conference.html

index b9355633925c5f4123244affe976deadbe97b489..eceee20df1fd24a18eb2912b825148d9c2132c80 100644 (file)
@@ -70,7 +70,7 @@
 <dt>{% trans "Course" %}</dt><dd><a href="{% url teleforma-course-detail course.id %}">{{ conference.course.title }} - {{ conference.course_type }}</a></dd>
 <dt>{% trans "Session" %}</dt><dd>{{ conference.session }}</dd>
 <dt>{% trans "Professor" %}</dt>
-    <dd><a href="{% url telemeta-profile-detail media.conference.professor.user.username %}" target="_blank">{{ conference.professor }}</a></dd>
+    <dd><a href="{% url telemeta-profile-detail conference.professor.user.username %}" target="_blank">{{ conference.professor }}</a></dd>
 {% endif %}
 {% if conference.comment %}<dt>{% trans "Comment" %}</dt><dd>{{ conference.comment }}</dd>{% endif %}
 <dt>{% trans "Begin date" %}</dt><dd>{{ conference.date_begin }}</dd>