Skip to content

Commit

Permalink
Merge pull request #491 from edly-io/hina/translation-fix
Browse files Browse the repository at this point in the history
fix: add translation import in programs_fragment file
  • Loading branch information
hinakhadim authored Jan 12, 2024
2 parents 4f64833 + 706f686 commit 39dd7d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lms/templates/learner_dashboard/programs_fragment.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from openedx.core.djangolib.js_utils import (
dump_js_escaped_json, js_escaped_string
)
from django.utils.translation import ugettext as _
%>

<div class="program-list-wrapper grid-container">
Expand Down

0 comments on commit 39dd7d8

Please sign in to comment.