fds
This commit is contained in:
parent
1cd3778dd6
commit
d6ac3f66f0
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ def admin_app_id_comments(v, aid):
|
||||||
@admin_level_required(2)
|
@admin_level_required(2)
|
||||||
def admin_apps_list(v):
|
def admin_apps_list(v):
|
||||||
|
|
||||||
apps = g.db.query(OauthApp).all()
|
apps = g.db.query(OauthApp).order_by(OauthApp.id.desc()).all()
|
||||||
|
|
||||||
if not v or v.oldsite: template = ''
|
if not v or v.oldsite: template = ''
|
||||||
else: template = 'CHRISTMAS/'
|
else: template = 'CHRISTMAS/'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue