diff --git a/lms/templates/learner_dashboard/programs_fragment.html b/lms/templates/learner_dashboard/programs_fragment.html index b550f98784..0bf18cfaec 100644 --- a/lms/templates/learner_dashboard/programs_fragment.html +++ b/lms/templates/learner_dashboard/programs_fragment.html @@ -9,15 +9,22 @@ from openedx.core.djangolib.js_utils import ( ) %> +% if mobile_only: +
+
+
+
+ +
+% else:
- % if not mobile_only: -
- % endif +
+% endif <%block name="js_extra"> <%static:webpack entry="ProgramListFactory">