Skip to content

Commit

Permalink
Actually remove the announcement block
Browse files Browse the repository at this point in the history
  • Loading branch information
bzar committed Sep 2, 2024
1 parent bd3d580 commit a70280f
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,6 @@
{% endblock %}
</div>
</div>
{# Temporarily disabled for performance testing
<div class="row homepage-section">
<div class="col-sm-12">
<h3>{{ _('Announcements') }}</h3>
</div>
<div class="col-sm-12">
{% block announcements %}
{% snippet 'home/snippets/announcements.html', announcements=h.get_homepage_announcements(5) %}
{% endblock %}

</div>
</div>
#}
</div>
</div>
</div>
Expand Down

0 comments on commit a70280f

Please sign in to comment.