This commit is contained in:
Aevann1 2022-01-28 22:02:35 +02:00
parent 8c1ac90b10
commit 0677106b21
10 changed files with 24 additions and 31 deletions

View file

@ -34,7 +34,7 @@ class OauthApp(Base):
@property
@lazy
def permalink(self): return f"/admin/app/{self.id}"
def permalink(self): return f"{SITE_FULL}/admin/app/{self.id}"
@lazy
def idlist(self, page=1):