Skip to content

Commit 9fdf28c

Browse files
renzonrenzon
authored andcommitted
Bug on embeding discourse
close #916
1 parent 5dd5885 commit 9fdf28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonpro/cohorts/templates/cohorts/webinar_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h1 class="mt-4 mb-3">{{ webinar.title }}</h1>
2424
<script type="text/javascript">
2525
DiscourseEmbed = {
2626
discourseUrl: '{{ DISCOURSE_BASE_URL }}',
27-
webinarId: {{ webinar.discourse_topic_id }}
27+
topicId: {{ webinar.discourse_topic_id }}
2828
};
2929

3030
(function () {

0 commit comments

Comments
 (0)