Revert "[REV-774] Show content type gating upsell when a limited access learner tries to access a timed exam"

This commit is contained in:
Matthew Piatetsky
2020-07-15 15:43:57 -04:00
committed by GitHub
parent da845acd8f
commit 1fec3b997b
2 changed files with 1 additions and 40 deletions

View File

@@ -21,7 +21,6 @@
</div>
% endif
% endif
% if not gated_sequence_fragment:
<div class="sequence-nav">
<button class="sequence-nav-button button-previous">
<span class="icon fa fa-chevron-prev" aria-hidden="true"></span>
@@ -99,15 +98,9 @@
</ol>
</nav>
</div>
% endif
% if not exclude_units:
% if gated_content['gated']:
<%include file="_gated_content.html" args="prereq_url=gated_content['prereq_url'], prereq_section_name=gated_content['prereq_section_name'], gated_section_name=gated_content['gated_section_name']"/>
% elif gated_sequence_fragment:
<h2 class="hd hd-2 unit-title">
${sequence_name}<span class="sr">${_("Content Locked")}</span>
</h2>
${gated_sequence_fragment | n, decode.utf8}
% else:
<div class="sr-is-focusable" tabindex="-1"></div>