Skip to content

Commit

Permalink
feat: add xpro catalog link when no courseware is associated (#2801)
Browse files Browse the repository at this point in the history
* feat: add xpro catalog link when no courseware is associated

* add trailing slash
  • Loading branch information
asadali145 authored Oct 26, 2023
1 parent 91ec46b commit cb636ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cms/templates/webinar_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ <h2>{{ page.sub_heading }}</h2>
<a href="{{ courseware_url }}" class="read-more">
Learn more about this courseware or enroll
</a>
{% else %}
<a href="/catalog/" class="read-more">
Explore MITx PRO Catalog
</a>
{% endif %}
<a href="{% pageurl page.get_parent %}" class="back-to-top">Back to webinars</a>
</div>
Expand Down

0 comments on commit cb636ef

Please sign in to comment.