Remove previous broadcasts from the dashboard

Since they have their own page now they don’t need to also appear on the
dashboard.
This commit is contained in:
Chris Hill-Scott
2020-10-13 11:41:22 +01:00
parent f0220fa9fb
commit 698f98389c
3 changed files with 2 additions and 26 deletions

View File

@@ -34,12 +34,4 @@
'pending_approval_broadcasts'
) }}
<h2 class="heading-medium govuk-!-margin-bottom-2">Previous alerts</h2>
{{ ajax_block(
partials,
url_for('.broadcast_dashboard_updates', service_id=current_service.id),
'previous_broadcasts'
) }}
{% endblock %}