Update web/core/models_user.py
This commit is contained in:
parent
eaf53f1aaa
commit
e71ebd74bc
@ -18,6 +18,7 @@ class UserPrefs(models.Model):
|
||||
],
|
||||
default="default",
|
||||
)
|
||||
highlight_search_hits = models.BooleanField(default=True)
|
||||
|
||||
def __str__(self):
|
||||
return f"UserPrefs({self.user_id}, font={self.font_size})"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user