diff --git a/files/classes/clients.py b/files/classes/clients.py index 86f2e93ba..3e6a5ab2e 100644 --- a/files/classes/clients.py +++ b/files/classes/clients.py @@ -35,7 +35,7 @@ class OauthApp(Base): @property @lazy def permalink(self): - return f"{SITE_FULL}/admin/app/{self.id}/posts" + return f"{SITE_FULL}/admin/app/{self.id}" @lazy def idlist(self, db:scoped_session, page=1): diff --git a/files/templates/admin/apps.html b/files/templates/admin/apps.html index a6ded0fee..c04a1a0e5 100644 --- a/files/templates/admin/apps.html +++ b/files/templates/admin/apps.html @@ -8,7 +8,7 @@
diff --git a/files/templates/post_actions.html b/files/templates/post_actions.html index b736e2803..f2bf1a944 100644 --- a/files/templates/post_actions.html +++ b/files/templates/post_actions.html @@ -41,7 +41,7 @@