Skip to content
Snippets Groups Projects
Commit 1a92829c authored by Aurélien Warnon's avatar Aurélien Warnon Committed by Thibault Delavallée
Browse files

[REF] website_slides: rename 'channel_management.xml' to 'slide_course_join.xml'

This commit simply renames a template file to better reflect its purpose and
also align with its JS widget file naming. It is a preparation commit for
pending changes.

Task 2045571
PR #41972
parent cd4b50de
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ var _t = core._t;
var CourseJoinWidget = publicWidget.Widget.extend({
template: 'slide.course.join',
xmlDependencies: ['/website_slides/static/src/xml/channel_management.xml'],
xmlDependencies: ['/website_slides/static/src/xml/slide_course_join.xml'],
events: {
'click .o_wslides_js_course_join_link': '_onClickJoin',
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment