# HG changeset patch # User Ludovic Chabant # Date 1507133396 25200 # Node ID 0e88640a994db28a739deb22c6b1cd18c72d54de # Parent 21d491ef30fed944c85b945ccb681a29874c6d28 admin: Remove site switcher UI. diff -r 21d491ef30fe -r 0e88640a994d piecrust/admin/templates/dashboard.html --- a/piecrust/admin/templates/dashboard.html Wed Oct 04 09:09:12 2017 -0700 +++ b/piecrust/admin/templates/dashboard.html Wed Oct 04 09:09:56 2017 -0700 @@ -2,21 +2,6 @@ {% block content %}
-
- {% if needs_switch %} -
- {% for site in sites %} - {% if site.name != site_name %} - - {% endif %} - {% endfor %} -
- {% endif %} -
-
-

{{site_title}}