diff --git a/files/classes/user.py b/files/classes/user.py index 6cf6f953b..92130c894 100644 --- a/files/classes/user.py +++ b/files/classes/user.py @@ -136,6 +136,11 @@ class User(Base): super().__init__(**kwargs) + @property + @lazy + def csslazy(self): + return self.css + @property @lazy def notifications(self): diff --git a/files/templates/settings_css.html b/files/templates/settings_css.html index 625761a64..839fa4d02 100644 --- a/files/templates/settings_css.html +++ b/files/templates/settings_css.html @@ -20,7 +20,7 @@
- + Limit of 4000 characters