Skip to content

Commit

Permalink
Merge pull request #38 from codurance/fix/course-page/module-paths
Browse files Browse the repository at this point in the history
Amend module paths and labels
  • Loading branch information
RodrigoCastroS committed Dec 14, 2023
2 parents 286221b + 7a5fd30 commit 2d7354b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions version_control/katalyst_by_codurance/templates/course-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ <h1>{{ content.widgets.course_title.body.value }}</h1>
</div>
</section>
<section class="in-depth-description container">
{% module "intro_description_title" path="@hubspot/header" label="Intro Text Title" %}
{% module "intro_description_text" path="@hubspot/rich_text" label="Intro Description text" %}
{% module "in_depth_description_title" path="@hubspot/header" label="In depth Text Title" %}
{% module "in_depth_description_text" path="@hubspot/rich_text" label="In depth Description text" %}
<hr />
</section>
<section class="rich-text container">
Expand All @@ -81,9 +81,9 @@ <h1>{{ content.widgets.course_title.body.value }}</h1>
<hr />
</section>
<section class="teaser-video container">
{% module "teaser-video_title" path="@hubspot/header" label="Teaser Video Title" %}
{% module "teaser_video_title" path="@hubspot/header" label="Teaser Video Title" %}
{% module "video" path="@hubspot/video" label="Video To insert" no_wrapper=True %}
{% module "teaser-video_description_text" path="@hubspot/rich_text" label="Intro Video text" %}
{% module "teaser_video_description_text" path="@hubspot/rich_text" label="Teaser Video text" %}
</section>
</div>
{% endblock body %}
Expand All @@ -95,7 +95,7 @@ <h2>
{% module "clients_header" path="@hubspot/text" label="Clients logos title" %}
</h2>

{% module 'clients logos' path='../modules/Logos-Cloud.module' label="Clients Logos" no_wrapper=True %}
{% module 'clients_logos' path='../modules/Logos-Cloud.module' label="Clients Logos" no_wrapper=True %}
</div>
<img
class="client-logos__graphic"
Expand Down

0 comments on commit 2d7354b

Please sign in to comment.