Fix typo
This commit is contained in:
@@ -291,7 +291,7 @@ class Source(models.Model):
|
|||||||
_('filter string'),
|
_('filter string'),
|
||||||
max_length=100,
|
max_length=100,
|
||||||
default='.*',
|
default='.*',
|
||||||
blank=True
|
blank=True,
|
||||||
help_text=_('Regex compatible filter string for video titles')
|
help_text=_('Regex compatible filter string for video titles')
|
||||||
)
|
)
|
||||||
delete_removed_media = models.BooleanField(
|
delete_removed_media = models.BooleanField(
|
||||||
|
|||||||
Reference in New Issue
Block a user