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
f463aca9
Commit
f463aca9
authored
Oct 22, 2014
by
Chris Dodge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dont use site_name, use platform_name in the shopping cart flow template
parent
228c513d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lms/templates/shoppingcart/shopping_cart_flow.html
+3
-2
No files found.
lms/templates/shoppingcart/shopping_cart_flow.html
View file @
f463aca9
...
...
@@ -5,13 +5,14 @@ from django.utils.translation import ugettext as _
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
block
name=
"pagetitle"
>
${_("Shopping cart")}
</
%
block>
<
%!
from
django
.
conf
import
settings
%
>
<
%!
from
microsite_configuration
import
microsite
%
>
<
%
block
name=
"bodyextra"
>
<div
class=
"container"
>
<section
class=
"wrapper confirm-enrollment shopping-cart"
>
<h1>
${_("{
site_name} - Shopping Cart").format(site_name=site_name
)}
</h1>
<h1>
${_("{
platform_name} - Shopping Cart").format(platform_name=microsite.get_value('platform_name', settings.PLATFORM_NAME)
)}
</h1>
% if shoppingcart_items:
<ul
class=
"steps"
>
<li
<%
block
name=
"review_highlight"
/>
>${_('Review')}
</li>
...
...
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