We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd5885 commit 9fdf28cCopy full SHA for 9fdf28c
pythonpro/cohorts/templates/cohorts/webinar_detail.html
@@ -24,7 +24,7 @@ <h1 class="mt-4 mb-3">{{ webinar.title }}</h1>
24
<script type="text/javascript">
25
DiscourseEmbed = {
26
discourseUrl: '{{ DISCOURSE_BASE_URL }}',
27
- webinarId: {{ webinar.discourse_topic_id }}
+ topicId: {{ webinar.discourse_topic_id }}
28
};
29
30
(function () {
0 commit comments