bugfixes, cleanup

This commit is contained in:
TuxCoder 2022-02-06 23:57:01 +01:00
parent 1bf474045a
commit 17c30128ae
82 changed files with 216 additions and 76 deletions

View file

@ -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',