Skip to content

Commit

Permalink
home/templates: remove unused project_carousel include
Browse files Browse the repository at this point in the history
  • Loading branch information
goapunk committed Sep 12, 2024
1 parent 5ff9131 commit 64f0a4c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions home/templates/home/home_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,6 @@

{% include "home/includes/wagtail_hero_unit.html" with image=page.image title=page.translated_title %}

<!-- no story for removing this? -->
<!-- {% if page.featured_projects %}
<div class="container">
<h2 class="mt-3">{% trans 'Latest projects on OPIN' %}</h2>
</div>
<div class="home-carousel">
<div class="container">
{% include "euth_projects/includes/project_carousel.html" with projects=page.featured_projects %}
</div>
</div>
{% endif %} -->
<section class="page-body">
{{ page.body }}
</section>
Expand Down

0 comments on commit 64f0a4c

Please sign in to comment.