Index: src/views/pages/admin.ejs
===================================================================
--- src/views/pages/admin.ejs	(revision 91c0a39617f78bdd1459643d27bf74b26ccfb0e4)
+++ src/views/pages/admin.ejs	(revision 83b8b8fdf0f2e36bee6d02282006516f8afef045)
@@ -1,9 +1,3 @@
 <div class="container admin-page">
-  <% if (typeof langs !== 'undefined' && langs && langs.length > 1) { %>
-    <select class="footer-lang" style="float:right;margin-left:1rem" aria-label="<%= t('nav.language') %>"
-            onchange="location.href='/lang/'+this.value+'?r='+encodeURIComponent(location.pathname+location.search)">
-      <% langs.forEach(function(l){ %><option value="<%= l.code %>"<%= l.active ? ' selected' : '' %>><%= l.name %></option><% }); %>
-    </select>
-  <% } %>
   <h1><%= t('admin.title') %></h1>
   <% if (tenancy === 'hub') { %>
