rename switch

This commit is contained in:
Muhammad Labeeb 2025-02-25 19:05:27 +05:00 committed by Régis Behmo
parent 1c9a1ce6c3
commit 6acb79c56e
3 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{% extends "base_header.html" %}
{% from 'switch_macro.html' import switch %}
{% from '_switch.html' import switch %}
{% block page_title %}
My Plugins

View File

@ -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 %}