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
3c29ecbf
Commit
3c29ecbf
authored
Nov 14, 2016
by
Hasnain
Committed by
hasnain-naveed
Nov 15, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WL-633 | refactor pay_and_verify.html template.
parent
4e773095
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
8 deletions
+16
-8
lms/templates/verify_student/_verification_help.html
+15
-0
lms/templates/verify_student/pay_and_verify.html
+1
-8
No files found.
lms/templates/verify_student/_verification_help.html
0 → 100644
View file @
3c29ecbf
<
%!
from
django
.
utils
.
translation
import
ugettext
as
_
from
openedx
.
core
.
djangolib
.
markup
import
HTML
,
Text
%
>
<
%
namespace
name=
'static'
file=
'../static_content.html'
/>
<li
class=
"help-item help-item-questions"
>
<h3
class=
"title"
>
${_("Have questions?")}
</h3>
<div
class=
"copy"
>
<p>
${Text(_("Please read {a_start}our FAQs to view common questions about our certificates{a_end}.")).format(
a_start=HTML('
<a
rel=
"external"
href=
"{}"
>
').format(marketing_link('WHAT_IS_VERIFIED_CERT')),
a_end=HTML('
</a>
'))}
</p>
</div>
</li>
lms/templates/verify_student/pay_and_verify.html
View file @
3c29ecbf
...
...
@@ -100,14 +100,7 @@ from lms.djangoapps.verify_student.views import PayAndVerifyView
<div
class=
"wrapper-content-supplementary"
>
<aside
class=
"content-supplementary"
>
<ul
class=
"list-help"
>
<li
class=
"help-item help-item-questions"
>
<h3
class=
"title"
>
${_("Have questions?")}
</h3>
<div
class=
"copy"
>
<p>
${Text(_("Please read {a_start}our FAQs to view common questions about our certificates{a_end}.")).format(
a_start=HTML('
<a
rel=
"external"
href=
"{}"
>
').format(marketing_link('WHAT_IS_VERIFIED_CERT')),
a_end=HTML('
</a>
'))}
</p>
</div>
</li>
<
%
include
file=
"${static.get_template_path('_verification_help.html')}"
/>
% if PayAndVerifyView.WEBCAM_REQ in requirements:
<li
class=
"help-item help-item-technical"
>
...
...
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