Development
This commit is contained in:
parent
33ec9e7f1c
commit
0cec7d69c9
12 changed files with 124 additions and 92 deletions
|
|
@ -8,11 +8,11 @@ from auth import require_level
|
|||
from config_utils import load_config, record_group, diff_fields, verify_config_hash
|
||||
import sanitize
|
||||
import mod_validation as validate
|
||||
import license
|
||||
import settings as settings
|
||||
|
||||
_PAGE = Path(__file__).parent.name
|
||||
|
||||
PRO_LICENSE = license.is_pro()
|
||||
PRO_LICENSE = settings.is_pro()
|
||||
|
||||
bp = Blueprint(_PAGE, __name__)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue