bugfixes, cleanup
This commit is contained in:
parent
1bf474045a
commit
17c30128ae
82 changed files with 216 additions and 76 deletions
|
@ -1,6 +1,7 @@
|
|||
from flask import g, request, Flask
|
||||
from flask_login import current_user
|
||||
from typing import Optional
|
||||
from lenticular_cloud.model import db, User
|
||||
|
||||
LANGUAGES = {
|
||||
'en': 'English',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue