migrations.AddField(
            model_name='block',
            name='access_loggedin',
            field=models.BooleanField(default=False, help_text='Check it to grant access to this item to authenticated users only.', db_index=True, verbose_name='Logged in only'),