field=models.CharField(default='',help_text=b'The filename of the large logo to use on the frontpage of this camp',max_length=100,verbose_name=b'Large logo for this camp'),
preserve_default=False,
),
migrations.AddField(
model_name='camp',
name='logo_small',
field=models.CharField(default='',help_text=b'The filename of the small logo to use in the top of the page for this camp',max_length=100,verbose_name=b'Small logo for this camp'),