From 6acb79c56e065e849d4367ce1345d502daabaf7d Mon Sep 17 00:00:00 2001 From: Muhammad Labeeb Date: Tue, 25 Feb 2025 19:05:27 +0500 Subject: [PATCH] rename switch --- tutordash/server/templates/{switch_macro.html => _switch.html} | 0 tutordash/server/templates/installed_plugins.html | 2 +- tutordash/server/templates/plugin.html | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename tutordash/server/templates/{switch_macro.html => _switch.html} (100%) 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 %}