I managed to customize some templates in lms, but now I need to customize learner profile. I know how to overwrite learner_profile.scss, but I have trouble with html template. I found learner_profile.html template in location outside of lms directory: openedx/features/learner_profile/templates/learner_profile/learner_profile.html
I have tried to overwrite it with:
themes/my-theme/openedx/features/learner_profile/templates/learner_profile/learner_profile.html
themes/my-theme/openedx/templates/features/learner_profile/learner_profile.html
themes/my-theme/lms/features/learner_profile/learner_profile.html
None of these paths worked. How can I do that?