Skip to content

Commit

Permalink
fix!: redwood gettext for payment notifications (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanseto authored Dec 23, 2024
1 parent e214a56 commit ccc7b32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<%!
from django.conf import settings
from django.urls import reverse
from django.utils.translation import ugettext as _
from django.utils.translation import gettext as _
from django.contrib.auth import get_user_model
from lms.djangoapps.grades.api import CourseGradeFactory
from opaque_keys.edx.keys import CourseKey
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<%page expression_filter="h"/>
<%! from django.utils.translation import ugettext as _ %>
<%! from django.utils.translation import gettext as _ %>
<%namespace name='static' file='/static_content.html'/>
<%inherit file="/main.html" />

Expand Down

0 comments on commit ccc7b32

Please sign in to comment.