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
9e88be9a
Commit
9e88be9a
authored
Sep 16, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Verification: removes duplicate course start on receipt view
parent
882df8d3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
lms/templates/shoppingcart/verified_cert_receipt.html
+2
-3
No files found.
lms/templates/shoppingcart/verified_cert_receipt.html
View file @
9e88be9a
...
...
@@ -100,7 +100,7 @@
<tr>
<th
scope=
"col"
>
${_("Course")}
</th>
<th
scope=
"col"
>
${_("Status")}
</th>
<th
scope=
"col"
>
${_("Options")}
</th>
<th
scope=
"col"
>
<span
class=
"sr"
>
${_("Options")}
</span>
</th>
</tr>
</thead>
...
...
@@ -113,9 +113,8 @@
</td>
<td
class=
"options"
>
%if course_has_started:
${_("Starts: {start_date}").format(start_date=course_start_date_text)}
<a
class=
"action action-course"
href=
"${reverse('course_root', kwargs={'course_id': item.course_id})}"
>
${_("Go to Course")}
</a>
%else:
<a
class=
"action action-course"
href=
"${reverse('course_root', kwargs={'course_id': item.course_id})}"
>
${_("Go to Course")}
</a>
%endif
</td>
</tr>
...
...
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