diff --git a/app/templates/admin_template.html b/app/templates/admin_template.html
index 14e399d36..ebc1d29cc 100644
--- a/app/templates/admin_template.html
+++ b/app/templates/admin_template.html
@@ -47,6 +47,9 @@
Platform admin
+
+ Providers
+
{% endif %}
Sign out
diff --git a/app/templates/views/platform-admin.html b/app/templates/views/platform-admin.html
index bb774c8de..79c9f750d 100644
--- a/app/templates/views/platform-admin.html
+++ b/app/templates/views/platform-admin.html
@@ -1,7 +1,6 @@
{% extends "withoutnav_template.html" %}
{% from "components/big-number.html" import big_number, big_number_with_status %}
{% from "components/message-count-label.html" import message_count_label %}
-{% from "components/browse-list.html" import browse_list %}
{% from "components/table.html" import mapping_table, field, stats_fields, row_group, row, right_aligned_field_heading, hidden_field_heading, text_field %}
{% macro stats_fields(channel, data) -%}
@@ -88,13 +87,6 @@
Platform admin
- {{ browse_list([
- {
- 'title': 'View providers',
- 'link': url_for('.view_providers')
- },
- ]) }}
-