Files
edx-platform/lms/templates/certificates/invalid.html
2015-09-29 11:30:48 -04:00

18 lines
847 B
HTML

<%inherit file="accomplishment-base.html" />
<%! from django.utils.translation import ugettext as _ %>
<div class="wrapper-content status status-invalid">
<div class="wrapper-content-grid">
<main class="content content-main">
<section class="">
<h2 class="title">${_("Cannot Find Certificate")}</h2>
<div class="copy">
<p>${_("We cannot find a certificate with this URL or ID number. If you are trying to validate a certificate, make sure that the URL or ID number is correct. If you are sure that the URL or ID number is correct, contact support.")}</p>
</div>
</section>
</main>
<aside role="complementary" class="content-secondary about" aria-label="About ${platform_name} Certificates">
</aside>
</div>
</div>