forked from canonical/ubuntu.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request canonical#13928 from canonical/usamabinnadeem-WD-1…
…1886-check-contract-expiry-for-rescheduling fix(rescheduling): check contract expiry for rescheduling
- Loading branch information
Showing
2 changed files
with
116 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,75 +3,75 @@ | |
{% block title %}Canonical Credentials -- Confirm exam scheduling{% endblock %} | ||
|
||
{% block meta_description %} | ||
The Canonical Ubuntu Essentials exams certify knowledge and verify skills in general Linux, | ||
Ubuntu Desktop, and Ubuntu Server topics. | ||
The Canonical Ubuntu Essentials exams certify knowledge and verify skills in general Linux, | ||
Ubuntu Desktop, and Ubuntu Server topics. | ||
{% endblock meta_description %} | ||
|
||
{% block meta_copydoc %} | ||
https://docs.google.com/document/d/1QuhO-9FEOGLrYp8bErS_9snqdljl7d6tFAUoNQxoVDQ/edit | ||
https://docs.google.com/document/d/1QuhO-9FEOGLrYp8bErS_9snqdljl7d6tFAUoNQxoVDQ/edit | ||
{% endblock | ||
meta_copydoc %} | ||
|
||
{% block content %} | ||
|
||
<section class="p-suru--fan-top"> | ||
<div class="row"> | ||
<h1>Everything is ready!</h1> | ||
</div> | ||
<div class="row"> | ||
<div class="col-12"> | ||
<h2>Your exam</h2> | ||
<p> | ||
Exam name: {{ exam["name"] }} | ||
<br /> | ||
Exam date: {{ exam["date"] }} | ||
<br /> | ||
Time: {{ exam["time"] }} | ||
</p> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-12"> | ||
<p> | ||
<a class="p-button" | ||
href="/credentials/schedule?contractItemID={{ exam['contract_item_id'] }}&uuid={{ exam['uuid'] }}">Reschedule | ||
exam</a> | ||
<a href="/credentials/your-exams">Your exams ></a> | ||
</p> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<h2>How to take your exam</h2> | ||
<ol class="p-stepped-list"> | ||
<li class="p-stepped-list__item"> | ||
<h3 class="p-stepped-list__title">Remember the reminders</h3> | ||
<p class="p-stepped-list__content"> | ||
You will receive two reminder emails: one 48 hours before your exam and one | ||
15 minutes before your starting time. Make sure everything is set up on your end to take the exam in the best | ||
possible conditions. | ||
</p> | ||
</li> | ||
<li class="p-stepped-list__item"> | ||
<h3 class="p-stepped-list__title">Visit /credentials/your-exams</h3> | ||
<p class="p-stepped-list__content"> | ||
On {{ exam["date"] }}, log into <a href="/credentials/your-exams">your | ||
credentials account</a>. Look for the exam name you booked today and click on the <b>Take exam</b> button. | ||
The Take exam button will be available starting at {{ exam["time"] }}. | ||
</p> | ||
</li> | ||
<li class="p-stepped-list__item"> | ||
<h3 class="p-stepped-list__title">Take the exam</h3> | ||
<p class="p-stepped-list__content"> | ||
For the starting time of your booking, you will be given 30 minutes to start | ||
the exam. After that, you will not be able to access the exam anymore and will be marked as a "no-show". You | ||
will only get one try so make it count! | ||
<br /> | ||
<br /> | ||
If you experience any issues, please contact us at <a href="mailto:[email protected]">[email protected]</a>. | ||
</p> | ||
</li> | ||
</ol> | ||
</div> | ||
</section> | ||
<section class="p-suru--fan-top"> | ||
<div class="row"> | ||
<h1>Everything is ready!</h1> | ||
</div> | ||
<div class="row"> | ||
<div class="col-12"> | ||
<h2>Your exam</h2> | ||
<p> | ||
Exam name: {{ exam["name"] }} | ||
<br /> | ||
Exam date: {{ exam["date"] }} | ||
<br /> | ||
Time: {{ exam["time"] }} | ||
</p> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-12"> | ||
<p> | ||
{% set reschedule_href = "/credentials/schedule?contractItemID=" ~ exam['contract_item_id'] ~ "&uuid=" ~ exam['uuid'] ~ "&contractLongID=" ~ contract_long_id %} | ||
<a class="p-button" href="{{ reschedule_href }}">Reschedule | ||
exam</a> | ||
<a href="/credentials/your-exams">Your exams ></a> | ||
</p> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<h2>How to take your exam</h2> | ||
<ol class="p-stepped-list"> | ||
<li class="p-stepped-list__item"> | ||
<h3 class="p-stepped-list__title">Remember the reminders</h3> | ||
<p class="p-stepped-list__content"> | ||
You will receive two reminder emails: one 48 hours before your exam and one | ||
15 minutes before your starting time. Make sure everything is set up on your end to take the exam in the best | ||
possible conditions. | ||
</p> | ||
</li> | ||
<li class="p-stepped-list__item"> | ||
<h3 class="p-stepped-list__title">Visit /credentials/your-exams</h3> | ||
<p class="p-stepped-list__content"> | ||
On {{ exam["date"] }}, log into <a href="/credentials/your-exams">your | ||
credentials account</a>. Look for the exam name you booked today and click on the <b>Take exam</b> button. | ||
The Take exam button will be available starting at {{ exam["time"] }}. | ||
</p> | ||
</li> | ||
<li class="p-stepped-list__item"> | ||
<h3 class="p-stepped-list__title">Take the exam</h3> | ||
<p class="p-stepped-list__content"> | ||
For the starting time of your booking, you will be given 30 minutes to start | ||
the exam. After that, you will not be able to access the exam anymore and will be marked as a "no-show". You | ||
will only get one try so make it count! | ||
<br /> | ||
<br /> | ||
If you experience any issues, please contact us at <a href="mailto:[email protected]">[email protected]</a>. | ||
</p> | ||
</li> | ||
</ol> | ||
</div> | ||
</section> | ||
|
||
{% endblock content %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters