Re-edited HH templates to change the link back. Ran some scripts for cin7, courtney, and a few others. Downloaded GoGuardian templates to help Nergis.

This commit is contained in:
Norm Rasmussen
2024-01-08 16:41:01 -05:00
parent a5fe4bd2c8
commit bf9d065f3b
37 changed files with 1401 additions and 952 deletions

View File

@ -0,0 +1,13 @@
{% include "header" %}
{% include "course_version_outdated_alert", courses: courses.in_catalog %}
{% include "sub_navigation" %}
<main class="np-main np-catalog np-subpage-container np-max-width">
<div class="np-catalog-header-wrapper">
<div class="np-catalog-header">
<div class="np-resource-title">Catalog</div>
{% comment %} <div class="np-resource-subtitle">{{ catalog.subheadline }}</div> {% endcomment %}
</div>
</div>
{% include "courses_catalog" %}
</main>
{% include "footer" %}