Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
0f48fa3e
Commit
0f48fa3e
authored
Aug 27, 2014
by
Jason Bau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edx-west cybersource changes
parent
490eaf10
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
lms/djangoapps/verify_student/tests/test_views.py
+1
-1
lms/templates/shoppingcart/download_report.html
+1
-0
No files found.
lms/djangoapps/verify_student/tests/test_views.py
View file @
0f48fa3e
...
...
@@ -38,7 +38,7 @@ from reverification.tests.factories import MidcourseReverificationWindowFactory
# Since we don't need any XML course fixtures, use a modulestore configuration
# that disables the XML modulestore.
MODULESTORE_CONFIG
=
mixed_store_config
(
settings
.
COMMON_TEST_DATA_ROOT
,
{}
,
include_xml
=
False
)
MODULESTORE_CONFIG
=
mixed_store_config
(
settings
.
COMMON_TEST_DATA_ROOT
,
{})
def
mock_render_to_response
(
*
args
,
**
kwargs
):
...
...
lms/templates/shoppingcart/download_report.html
View file @
0f48fa3e
...
...
@@ -20,6 +20,7 @@
<input
id=
"start_date"
type=
"text"
value=
"${start_date}"
name=
"start_date"
/>
<label
for=
"end_date"
>
${_("End Date: ")}
</label>
<input
id=
"end_date"
type=
"text"
value=
"${end_date}"
name=
"end_date"
/>
<input
type=
"hidden"
name=
"csrfmiddlewaretoken"
value=
"${csrf_token}"
/>
<br/>
%if "itemized_purchase_report" in settings.FEATURES['ENABLED_PAYMENT_REPORTS']:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment