mirror of
https://github.com/donlon/cloudflare-error-page.git
synced 2025-12-19 14:59:28 +00:00
editor: pass preset name with hash
This commit is contained in:
@@ -79,7 +79,7 @@ def get(name: str):
|
||||
params['creator_info'] = {
|
||||
'hidden': False,
|
||||
'text': 'CF Error Page Editor',
|
||||
'link': f'https://virt.moe/cloudflare-error-page/editor/?from={name}',
|
||||
'link': f'https://virt.moe/cloudflare-error-page/editor/#from={name}',
|
||||
}
|
||||
|
||||
if is_json:
|
||||
|
||||
Reference in New Issue
Block a user