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
08f851aa
Commit
08f851aa
authored
Sep 05, 2014
by
Adam
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5095 from edx/cdodge/white-label-small-hotfixes
Cdodge/white label small hotfixes
parents
b1ada028
405baab8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
lms/templates/instructor/instructor_dashboard_2/e-commerce.html
+0
-2
lms/templates/shoppingcart/receipt.html
+2
-1
No files found.
lms/templates/instructor/instructor_dashboard_2/e-commerce.html
View file @
08f851aa
...
@@ -99,7 +99,6 @@
...
@@ -99,7 +99,6 @@
<tr
class=
"coupons-headings"
>
<tr
class=
"coupons-headings"
>
<th
class=
"c_code"
>
${_("Code")}
</th>
<th
class=
"c_code"
>
${_("Code")}
</th>
<th
class=
"c_dsc"
>
${_("Description")}
</th>
<th
class=
"c_dsc"
>
${_("Description")}
</th>
<th
class=
"c_course_id"
>
${_("Course_id")}
</th>
<th
class=
"c_discount"
>
${_("Discount (%)")}
</th>
<th
class=
"c_discount"
>
${_("Discount (%)")}
</th>
<th
class=
"c_count"
>
${_("Count")}
</th>
<th
class=
"c_count"
>
${_("Count")}
</th>
<th
class=
"c_action"
>
${_("Actions")}
</th>
<th
class=
"c_action"
>
${_("Actions")}
</th>
...
@@ -114,7 +113,6 @@
...
@@ -114,7 +113,6 @@
%endif
%endif
<td>
${coupon.code}
</td>
<td>
${coupon.code}
</td>
<td>
${coupon.description}
</td>
<td>
${coupon.description}
</td>
<td>
${coupon.course_id.to_deprecated_string()}
</td>
<td>
${coupon.percentage_discount}
</td>
<td>
${coupon.percentage_discount}
</td>
<td>
<td>
${ coupon.couponredemption_set.all().count() }
${ coupon.couponredemption_set.all().count() }
...
...
lms/templates/shoppingcart/receipt.html
View file @
08f851aa
<
%!
from
django
.
utils
.
translation
import
ugettext
as
_
%
>
<
%!
from
django
.
utils
.
translation
import
ugettext
as
_
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%!
from
django
.
conf
import
settings
%
>
<
%!
from
django
.
conf
import
settings
%
>
<
%!
from
microsite_configuration
import
microsite
%
>
<
%
inherit
file=
"../main.html"
/>
<
%
inherit
file=
"../main.html"
/>
...
@@ -22,7 +23,7 @@
...
@@ -22,7 +23,7 @@
<section
class=
"wrapper cart-list"
>
<section
class=
"wrapper cart-list"
>
<div
class=
"wrapper-content-main"
>
<div
class=
"wrapper-content-main"
>
<article
class=
"content-main"
>
<article
class=
"content-main"
>
<h1>
${_(
settings.PLATFORM_NAME + " (" + settings.SITE_NAME + ")" + " Electronic Receipt"
)}
</h1>
<h1>
${_(
"{platform_name} ({site_name}) Electronic Receipt").format(platform_name=microsite.get_value('platform_name', settings.PLATFORM_NAME), site_name=microsite.get_value('SITE_NAME', settings.SITE_NAME)
)}
</h1>
<hr
/>
<hr
/>
<table
class=
"order-receipt"
>
<table
class=
"order-receipt"
>
...
...
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