Skip to content

Commit

Permalink
remove extra tabs (canonical#13858)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhigyanghosh30 authored May 10, 2024
1 parent f49dc4f commit 269d6d3
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions templates/credentials/syllabus.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,25 +56,6 @@ <h1>Quick Certification Syllabus</h1>
</div>
</div>
</div>
<div class="p-tabs">
<div class="row">
<div class="p-tabs__list u-no-margin--bottom"
role="tablist"
aria-label="CUE Syllabus">
{% for exam in syllabus_data %}
<div class="p-tabs__item">
<button class="p-tabs__link"
role="tab"
aria-controls="{{ exam['exam_name'] }}-tab"
id="{{ exam['exam_name'] }}"
{% if (exam_name and exam_name!=exam["exam_name"]) or (not exam_name and loop.index!=1) %}aria-selected="false"{% else %}aria-selected="true"{% endif %}>
{{ exam["exam_name"] }}
</button>
</div>
{% endfor %}
</div>
</div>
</div>
<section class="p-strip u-no-padding--top">
<div class="u-fixed-width">
{% for exam in syllabus_data %}
Expand Down

0 comments on commit 269d6d3

Please sign in to comment.