Skip to content

Commit

Permalink
[FIX] website_slides: Fix join course link
Browse files Browse the repository at this point in the history
The "Join course" link with additional resources was broken

Task-2735494

closes odoo#82787

X-original-commit: f59cbca
Signed-off-by: Thibault Delavallee (tde) <tde@openerp.com>
  • Loading branch information
flch-odoo committed Jan 17, 2022
1 parent 71258f5 commit 18d7577
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
</template>

<template id="join_course_link" name="Join Course Link">
<a class="o_wslides_js_course_join_link" href="#"
<a class="o_wslides_js_course_join_link" href="#" t-att-data-channel-enroll="slide.channel_id.enroll"
t-att-data-channel-id="slide.channel_id.id">
Join Course
</a> to download resources
Expand Down

0 comments on commit 18d7577

Please sign in to comment.