This commit is contained in:
Aevann1 2021-08-21 09:01:02 +02:00
parent fa94e7569c
commit da70d5f12f
22 changed files with 1 additions and 2 deletions

View file

@ -7,7 +7,6 @@ def full_link(url):
return f"https://{app.config['SERVER_NAME']}{url}"
@app.template_filter("app_config")
def app_config(x):
return app.config.get(x)