rename fullnames
Handle a couple places with `t3_` that persisted from code movement. on master after time of branch. Then, fix commenting, which used inaccurate fullname parsing logic.
This commit is contained in:
parent
db1f578f26
commit
8191d5a4cf
12 changed files with 27 additions and 28 deletions
|
@ -164,7 +164,7 @@ class Submission(CreatedBase):
|
|||
@property
|
||||
@lazy
|
||||
def fullname(self):
|
||||
return f"t2_{self.id}"
|
||||
return f"post_{self.id}"
|
||||
|
||||
@property
|
||||
@lazy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue