show locked status in feed form

This commit is contained in:
2019-11-24 17:18:05 +03:00
parent f52621a267
commit 42b7697001
2 changed files with 10 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ class FeedForm(ModelForm):
class Meta:
model = Feed
exclude = 'owner', 'lock', 'config_type', 'config_id', 'last_check', 'last_id',
exclude = 'owner', 'config_type', 'config_id', 'last_check', 'last_id',
class FeedsAppConfigForm(ConfigForm):