Fixes in language

This commit is contained in:
absurdo 2023-12-19 15:33:12 +01:00
parent 3596838864
commit 16f1678884
6 changed files with 32 additions and 10 deletions

View file

@ -4,7 +4,6 @@ try:
admin_app=Blueprint('admin_app', __name__, static_folder='static')
env=env_theme(__file__)
t=PTemplate(env)