mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
fix: change default template value from 'high' to 'low' in services page
This commit is contained in:
parent
b6ee15a66b
commit
59c70b51e6
1 changed files with 1 additions and 1 deletions
|
|
@ -357,7 +357,7 @@ def services_service_page(service: str):
|
|||
|
||||
mode = request.args.get("mode", "easy")
|
||||
search_type = request.args.get("type", "all")
|
||||
template = request.args.get("template", "high")
|
||||
template = request.args.get("template", "low")
|
||||
db_templates = DB.get_templates()
|
||||
db_custom_configs = DB.get_custom_configs(with_drafts=True, as_dict=True)
|
||||
clone = None
|
||||
|
|
|
|||
Loading…
Reference in a new issue