Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
f70bc1a0
Commit
f70bc1a0
authored
5 years ago
by
Ayub khan
Browse files
Options
Downloads
Patches
Plain Diff
BOM-448
python3 compatibility, tests fixes
parent
71a593f6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cms/templates/settings.html
+1
-1
1 addition, 1 deletion
cms/templates/settings.html
lms/templates/dashboard/_dashboard_course_listing.html
+1
-1
1 addition, 1 deletion
lms/templates/dashboard/_dashboard_course_listing.html
with
2 additions
and
2 deletions
cms/templates/settings.html
+
1
−
1
View file @
f70bc1a0
...
...
@@ -6,7 +6,6 @@
<
%
namespace
name=
'static'
file=
'static_content.html'
/>
<
%!
import
urllib
from
django.utils.translation
import
ugettext
as
_
from
contentstore
import
utils
from
openedx.core.djangoapps.certificates.api
import
can_show_certificate_available_date_field
...
...
@@ -14,6 +13,7 @@
dump_js_escaped_json
,
js_escaped_string
)
from
openedx.core.djangolib.markup
import
HTML
,
Text
from
six.moves.urllib
import
parse
as
urllib
%
>
<
%
block
name=
"header_extras"
>
...
...
This diff is collapsed.
Click to expand it.
lms/templates/dashboard/_dashboard_course_listing.html
+
1
−
1
View file @
f70bc1a0
<
%
page
args=
"course_overview, enrollment, entitlement, entitlement_session, course_card_index, is_unfulfilled_entitlement, is_fulfilled_entitlement, entitlement_available_sessions, entitlement_expiration_date, entitlement_expired_at, show_courseware_link, cert_status, can_refund_entitlement, can_unenroll, credit_status, show_email_settings, course_mode_info, is_paid_course, is_course_blocked, verification_status, course_requirements, dashboard_index, share_settings, related_programs, display_course_modes_on_dashboard, show_consent_link, enterprise_customer_name, resume_button_url"
expression_filter=
"h"
/>
<
%!
import
urllib
import
six
from
six.moves.urllib
import
parse
as
urllib
from
django.utils.translation
import
ugettext
as
_
from
django.utils.translation
import
ungettext
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment