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
8e059ff9
Commit
8e059ff9
authored
Jan 12, 2013
by
Brian Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix placeholders for phone_country_code values, and subject line of exam_help email.
parent
3d038469
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
lms/templates/test_center_register.html
+5
-3
No files found.
lms/templates/test_center_register.html
View file @
8e059ff9
...
...
@@ -103,7 +103,9 @@
% if registration:
<
%
exam_help_href =
"mailto:exam-help@edx.org?subject=Pearson VUE Exam - %s %s"
.
format
(
get_course_about_section
(
course
,
'
university
'),
course
.
number
)
%
>
<
%
exam_help_href =
"mailto:exam-help@edx.org?subject=Pearson VUE Exam - "
+
get_course_about_section
(
course
,
'
university
')
+
"
-
"
+
course
.
number
%
>
% if registration.is_rejected:
<section
class=
"status message message-flash registration-rejected message-action"
>
...
...
@@ -234,7 +236,7 @@
</div>
<div
class=
"field required"
id=
"field-phone_country_code"
>
<label
for=
"phone_country_code"
>
Phone Country Code
</label>
<input
id=
"phone_country_code"
class=
"short"
type=
"text"
name=
"phone_country_code"
value=
"${testcenteruser.phone_country_code}"
placeholder=
"e.g.
USA
"
/>
<input
id=
"phone_country_code"
class=
"short"
type=
"text"
name=
"phone_country_code"
value=
"${testcenteruser.phone_country_code}"
placeholder=
"e.g.
1, 44, 976
"
/>
</div>
</li>
<li
class=
"field-group faxinfo"
>
...
...
@@ -244,7 +246,7 @@
</div>
<div
class=
"field"
id=
"field-fax_country_code"
>
<label
for=
"fax_country_code"
>
Fax Country Code
</label>
<input
id=
"fax_country_code"
class=
"short"
type=
"text"
name=
"fax_country_code"
value=
"${testcenteruser.fax_country_code}"
placeholder=
"e.g.
USA
"
/>
<input
id=
"fax_country_code"
class=
"short"
type=
"text"
name=
"fax_country_code"
value=
"${testcenteruser.fax_country_code}"
placeholder=
"e.g.
1, 44, 976
"
/>
</div>
</li>
<li
class=
"field"
id=
"field-company_name"
>
...
...
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