See description

From the previous commit :
- Fixed permissions
- Fixed missing overlay when hovering a picture
- Added special overlay for picture to be moderated
- Removed JS to calculate how many columns are used
This commit is contained in:
Julien Constant
2023-03-08 00:58:44 +01:00
parent b7f6a7f370
commit 238d41b84c
5 changed files with 92 additions and 99 deletions

View File

@ -783,7 +783,7 @@ class Preferences(models.Model):
user = models.OneToOneField(
User, related_name="_preferences", on_delete=models.CASCADE
)
receive_weekmail = models.BooleanField(_("Receive the Weekmail"), default=False)
receive_weekmail = models.BooleanField(_("receive the Weekmail"), default=False)
show_my_stats = models.BooleanField(_("show your stats to others"), default=False)
notify_on_click = models.BooleanField(
_("get a notification for every click"), default=False