Course templates file override in custom theme help!

Course templates file override in custom theme help!

Sandipa Mukherjee གིས-
Number of replies: 2
Particularly helpful Moodlers གི་པར

How to override <moodle>/course/templates/coursecard.mustache file in custom theme?

I have create a folder name as "course" under <moodle>/mytheme/templates/course/coursecard.mustache file and add some class into this file for my custom development and purge all caches. It does not work. 

Thanks in advance.

དཔྱ་སྙོམས་ཀྱི་སྐུགས་ཚུ།: -
In reply to Sandipa Mukherjee

Re: Course templates file override in custom theme help!

Vitaly Potenko གིས-
Core developers གི་པར Plugin developers གི་པར
Try to use '.../templates/core_course/...' path or perhaps '.../templates/core/course/...'.
It's just guessing so I haven't checked it myself.