This commit is contained in:
Aevann1 2021-11-06 20:20:34 +02:00
parent 72e27491ce
commit 21e2b6c35c
2 changed files with 6 additions and 1 deletions

View file

@ -136,6 +136,11 @@ class User(Base):
super().__init__(**kwargs)
@property
@lazy
def csslazy(self):
return self.css
@property
@lazy
def notifications(self):