field=models.TextField(blank=True,help_text='Notes to organizers. These are public. For private notes, please use the button for private messages on the detail page of this AK (after creation/editing).',verbose_name='Organizational Notes'),
),
migrations.AlterField(
model_name='historicalak',
name='notes',
field=models.TextField(blank=True,help_text='Notes to organizers. These are public. For private notes, please use the button for private messages on the detail page of this AK (after creation/editing).',verbose_name='Organizational Notes'),