{{ _('Site profile') }}
diff --git a/app/templates/admin/topics.html b/app/templates/admin/topics.html
index 074067ad..526c5410 100644
--- a/app/templates/admin/topics.html
+++ b/app/templates/admin/topics.html
@@ -7,6 +7,8 @@
{% set active_child = 'admin_topics' %}
{% block app_content %}
+{% include 'admin/_tabbed_nav.html' %}
+
{% macro render_topic(topic, depth) %}
{{ '--' * depth }} {{ topic['topic'].name }} |
diff --git a/app/templates/admin/users.html b/app/templates/admin/users.html
index 03a3344d..733137eb 100644
--- a/app/templates/admin/users.html
+++ b/app/templates/admin/users.html
@@ -7,6 +7,8 @@
{% set active_child = 'admin_users' %}
{% block app_content %}
+{% include 'admin/_tabbed_nav.html' %}
+
{{ _('Users') }}
diff --git a/app/templates/base.html b/app/templates/base.html
index 3d89d364..42ebfd1d 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -228,21 +228,7 @@
{{ _('Admin') }}