clarify cookie import choices, #672

This commit is contained in:
Simon
2024-03-11 18:12:56 +01:00
parent 45f455070d
commit 2711537a4d

View File

@@ -105,8 +105,8 @@ class ApplicationSettingsForm(forms.Form):
COOKIE_IMPORT_CHOICES = [
("", "-- change cookie settings"),
("0", "disable cookie"),
("1", "enable cookie"),
("0", "remove cookie"),
("1", "import cookie"),
]
subscriptions_channel_size = forms.IntegerField(