This commit is contained in:
Aevann1 2022-04-02 19:11:35 +02:00
parent f1e2a6d6ad
commit 5d6e14b9b3
17 changed files with 53 additions and 53 deletions

View file

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