15 lines
257 B
Python
15 lines
257 B
Python
# Copyright (c) 2020, JINGROW
|
|
# For license information, please see license.txt
|
|
|
|
|
|
# import jingrow
|
|
|
|
from .dashboard import _get_context
|
|
|
|
base_template_path = "templates/www/dashboard-old.html"
|
|
no_cache = 1
|
|
|
|
|
|
def get_context(context):
|
|
return _get_context()
|