chore: move core/templates into templates/, remove unused and deprecate macro (#3804)

This commit is contained in:
dni ⚡
2026-03-24 08:41:06 +01:00
committed by GitHub
parent 13a93836d9
commit 313bd3f647
8 changed files with 8 additions and 18 deletions
-1
View File
@@ -55,7 +55,6 @@ def static_url_for(static: str, path: str) -> str:
def template_renderer(additional_folders: list | None = None) -> Jinja2Templates:
folders = [
"lnbits/templates",
"lnbits/core/templates",
settings.extension_builder_working_dir_path.as_posix(),
]