fdsfds
This commit is contained in:
parent
6555839c7c
commit
75c6244f85
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ class User(Base):
|
|||
def ban_reason_link(self):
|
||||
if self.ban_reason:
|
||||
if self.ban_reason.startswith("/post/"): return self.ban_reason.split(" ", 1)[0]
|
||||
if self.ban_reason.startswith("/comment/")): return self.ban_reason.split(" ", 1)[0] + "?context=9#context"
|
||||
if self.ban_reason.startswith("/comment/"): return self.ban_reason.split(" ", 1)[0] + "?context=9#context"
|
||||
|
||||
@property
|
||||
@lazy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue