clarify cookie import choices, #672

pull/690/head
Simon 2 months ago
parent 45f455070d
commit 2711537a4d
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

@ -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(

Loading…
Cancel
Save