diff --git a/tutordash/server/templates/switch_macro.html b/tutordash/server/templates/_switch.html similarity index 100% rename from tutordash/server/templates/switch_macro.html rename to tutordash/server/templates/_switch.html diff --git a/tutordash/server/templates/installed_plugins.html b/tutordash/server/templates/installed_plugins.html index 393d531..063109e 100644 --- a/tutordash/server/templates/installed_plugins.html +++ b/tutordash/server/templates/installed_plugins.html @@ -1,6 +1,6 @@ {% extends "base_header.html" %} -{% from 'switch_macro.html' import switch %} +{% from '_switch.html' import switch %} {% block page_title %} My Plugins diff --git a/tutordash/server/templates/plugin.html b/tutordash/server/templates/plugin.html index ddd5ac5..6735495 100644 --- a/tutordash/server/templates/plugin.html +++ b/tutordash/server/templates/plugin.html @@ -2,7 +2,7 @@ {% set sidebar_active_tab = "" %} -{% from 'switch_macro.html' import switch %} +{% from '_switch.html' import switch %} {% if is_installed %} {% block plugin_description %}