1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Various fixes

This commit is contained in:
krateng
2022-04-03 16:09:50 +02:00
parent 608986b239
commit b96f0cfc08
6 changed files with 9 additions and 7 deletions

View File

@ -236,7 +236,6 @@ def static(path):
### DYNAMIC
@profile
def jinja_page(name):
if name in aliases: redirect(aliases[name])
keys = remove_identical(FormsDict.decode(request.query))