mirror of
https://github.com/donlon/cloudflare-error-page.git
synced 2025-12-24 01:09:18 +00:00
editor/server: add meta information in user-created pages
This commit is contained in:
@@ -14,7 +14,6 @@ from sqlalchemy.orm import DeclarativeBase
|
||||
|
||||
root_dir = os.path.join(os.path.dirname(os.path.abspath(__file__)), '../../')
|
||||
sys.path.append(root_dir)
|
||||
from cloudflare_error_page import render as render_cf_error_page
|
||||
|
||||
class Base(DeclarativeBase):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user