rename switch
This commit is contained in:
parent
1c9a1ce6c3
commit
6acb79c56e
@ -1,6 +1,6 @@
|
||||
{% extends "base_header.html" %}
|
||||
|
||||
{% from 'switch_macro.html' import switch %}
|
||||
{% from '_switch.html' import switch %}
|
||||
|
||||
{% block page_title %}
|
||||
My Plugins
|
||||
|
||||
@ -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 %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user